Shades of Spray #76CCE8
Tints of Spray #76CCE8
RGB
CMYK
RGB Variations
Color information
#76CCE8 (or 0x76CCE8) is known color: Spray. HEX triplet: 76, CC and E8. RGB value is (118,204,232). Sum of RGB (Red+Green+Blue) = 118+204+232=554 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.30% from 554); Green value is 204 (80.08% from 255 or 36.82% from 554); Blue value is 232 (91.02% from 255 or 41.88% from 554); Max value from RGB is 232 - color contains mainly: blue. Hex color #76CCE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CCE8 is #893317. Grayscale: #B5B5B5. Windows color (decimal): -8991512 or 15256694. OLE color: 15256694.
HSL color Cylindrical-coordinate representation of color #76CCE8: hue angle of 194.74º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76CCE8 is Cyan = 0.49, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 118 | 204 | 232 | - |
| CMYK | 0.49 | 0.12 | 0 | 0.09 |
| HSL | 194.74º | 0.71% | 0.69% | - |
| HSV(B) | 194.74º | 0.49% | 0.91% | - |
| XYZ | 43.63 | 52.86 | 84.25 | - |
| YUV | 181.48 | 156.51 | 82.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 204 | 232 | 0.49 | 0.12 | 0 | 0.09 | 194.74 | 0.71 | 0.69 |
| Hex | 76 | CC | E8 | 31 | C | 0 | 9 | C3 | 47 | 45 |
| Octal | 166 | 314 | 350 | 61 | 14 | 0 | 11 | 303 | 107 | 105 |
| Binary | 1110110 | 11001100 | 11101000 | 110001 | 1100 | 0 | 1001 | 11000011 | 1000111 | 1000101 |
Color Harmonies of #76CCE8
Complementary color
Monochromatic Colors of #76CCE8
Black with #76CCE8
Text Example
Text Example
White with #76CCE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CCE8; }
p { color: rgb(118,204,232); }
H1.HeaderClassName
{
color: #76CCE8;
}
.AnyTagClassName
{
color: #76CCE8;
}
</style>
background-color css
<style>
a { background-color: #76CCE8; }
a { background-color: rgb(118,204,232); }
div.DivClassName
{
background-color: #76CCE8;
}
.BgClassName
{
background-color: #76CCE8;
}
</style>
border-color css
<style>
span { border-color: #76CCE8; }
span { border-color: rgb(118,204,232); }
td.TdClassName
{
border-color: #76CCE8;
}
.TagClassName
{
border-color: #76CCE8;
}
</style>