Shades of Spray #79CBE6
Tints of Spray #79CBE6
RGB
CMYK
RGB Variations
Color information
#79CBE6 (or 0x79CBE6) is known color: Spray. HEX triplet: 79, CB and E6. RGB value is (121,203,230). Sum of RGB (Red+Green+Blue) = 121+203+230=554 (73% of max value = 765). Red value is 121 (47.66% from 255 or 21.84% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 230 (90.23% from 255 or 41.52% from 554); Max value from RGB is 230 - color contains mainly: blue. Hex color #79CBE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79CBE6 is #863419. Grayscale: #B5B5B5. Windows color (decimal): -8795162 or 15125369. OLE color: 15125369.
HSL color Cylindrical-coordinate representation of color #79CBE6: hue angle of 194.86º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #79CBE6 is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 121 | 203 | 230 | - |
| CMYK | 0.47 | 0.12 | 0 | 0.10 |
| HSL | 194.86º | 0.69% | 0.69% | - |
| HSV(B) | 194.86º | 0.47% | 0.9% | - |
| XYZ | 43.52 | 52.49 | 82.7 | - |
| YUV | 181.56 | 155.33 | 84.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 203 | 230 | 0.47 | 0.12 | 0 | 0.10 | 194.86 | 0.69 | 0.69 |
| Hex | 79 | CB | E6 | 2F | C | 0 | A | C3 | 45 | 45 |
| Octal | 171 | 313 | 346 | 57 | 14 | 0 | 12 | 303 | 105 | 105 |
| Binary | 1111001 | 11001011 | 11100110 | 101111 | 1100 | 0 | 1010 | 11000011 | 1000101 | 1000101 |
Color Harmonies of #79CBE6
Complementary color
Monochromatic Colors of #79CBE6
Black with #79CBE6
Text Example
Text Example
White with #79CBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79CBE6; }
p { color: rgb(121,203,230); }
H1.HeaderClassName
{
color: #79CBE6;
}
.AnyTagClassName
{
color: #79CBE6;
}
</style>
background-color css
<style>
a { background-color: #79CBE6; }
a { background-color: rgb(121,203,230); }
div.DivClassName
{
background-color: #79CBE6;
}
.BgClassName
{
background-color: #79CBE6;
}
</style>
border-color css
<style>
span { border-color: #79CBE6; }
span { border-color: rgb(121,203,230); }
td.TdClassName
{
border-color: #79CBE6;
}
.TagClassName
{
border-color: #79CBE6;
}
</style>