0% found this document useful (0 votes)
32 views3 pages

Cristina L. Moscoso Cabrera RGB Color Space: Color Hex Color Codes

The document discusses RGB color space which constructs colors from combinations of red, green, and blue. Each of red, green, and blue use 8 bits with values from 0 to 255, allowing for over 16 million possible colors. Pixels on LCD monitors display colors using combinations of red, green, and blue LEDs, with higher bit values corresponding to higher LED brightness.

Uploaded by

Cristina
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views3 pages

Cristina L. Moscoso Cabrera RGB Color Space: Color Hex Color Codes

The document discusses RGB color space which constructs colors from combinations of red, green, and blue. Each of red, green, and blue use 8 bits with values from 0 to 255, allowing for over 16 million possible colors. Pixels on LCD monitors display colors using combinations of red, green, and blue LEDs, with higher bit values corresponding to higher LED brightness.

Uploaded by

Cristina
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Cristina L.

Moscoso Cabrera
RGB color space
RGB color space or RGB color system, constructs all the colors from the combination of the Red,Green
and Blue colors.
The red, green and blue use 8 bits each, which have integer values from 0 to 255. This makes
256*256*256=16777216 possible colors.
RGB ≡ Red, Green, Blue
Each pixel in the LCD monitor displays colors this way, by combination of red, green and blue LEDs (light
emitting diodes).
When the red pixel is set to 0, the LED is turned off. When the red pixel is set to 255, the LED is turned fully on.
Any value between them sets the LED to partial light emission.

Estos son los colores RGB, cada uno tiene una codificación o numero que los identifica para poder
usarlos en páginas de html, por ejemplo.

http://www.rapidtables.com/web/color/RGB_Color.htm

Color Hex Color Codes


Color-hex gives information about colors including color models (RGB,HSL,HSV and CMYK), Triadic colors,
monochromatic colors and analogous colors calculated in color page. Color-hex.com also generates a simple
css code for the selected color. Html element samples are also shown below the color detail page. Simply type
the 6 digit color code in the box above and hit enter.
Aqua #00FFFF

Hexadecimales o (Hex) es el valor que tine cada color. Por ejemplo el color aqua es #00FFFF.

You might also like