Shades of Spray #78CAE8
Tints of Spray #78CAE8
RGB
CMYK
RGB Variations
Color information
#78CAE8 (or 0x78CAE8) is known color: Spray. HEX triplet: 78, CA and E8. RGB value is (120,202,232). Sum of RGB (Red+Green+Blue) = 120+202+232=554 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.66% from 554); Green value is 202 (79.30% from 255 or 36.46% 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 #78CAE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CAE8 is #873517. Grayscale: #B4B4B4. Windows color (decimal): -8860952 or 15256184. OLE color: 15256184.
HSL color Cylindrical-coordinate representation of color #78CAE8: hue angle of 196.07º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78CAE8 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 120 | 202 | 232 | - |
| CMYK | 0.48 | 0.13 | 0 | 0.09 |
| HSL | 196.07º | 0.71% | 0.69% | - |
| HSV(B) | 196.07º | 0.48% | 0.91% | - |
| XYZ | 43.43 | 52.06 | 84.1 | - |
| YUV | 180.9 | 156.83 | 84.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 202 | 232 | 0.48 | 0.13 | 0 | 0.09 | 196.07 | 0.71 | 0.69 |
| Hex | 78 | CA | E8 | 30 | D | 0 | 9 | C4 | 47 | 45 |
| Octal | 170 | 312 | 350 | 60 | 15 | 0 | 11 | 304 | 107 | 105 |
| Binary | 1111000 | 11001010 | 11101000 | 110000 | 1101 | 0 | 1001 | 11000100 | 1000111 | 1000101 |
Color Harmonies of #78CAE8
Complementary color
Monochromatic Colors of #78CAE8
Black with #78CAE8
Text Example
Text Example
White with #78CAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CAE8; }
p { color: rgb(120,202,232); }
H1.HeaderClassName
{
color: #78CAE8;
}
.AnyTagClassName
{
color: #78CAE8;
}
</style>
background-color css
<style>
a { background-color: #78CAE8; }
a { background-color: rgb(120,202,232); }
div.DivClassName
{
background-color: #78CAE8;
}
.BgClassName
{
background-color: #78CAE8;
}
</style>
border-color css
<style>
span { border-color: #78CAE8; }
span { border-color: rgb(120,202,232); }
td.TdClassName
{
border-color: #78CAE8;
}
.TagClassName
{
border-color: #78CAE8;
}
</style>