Shades of Spray #78CBDE
Tints of Spray #78CBDE
RGB
CMYK
RGB Variations
Color information
#78CBDE (or 0x78CBDE) is known color: Spray. HEX triplet: 78, CB and DE. RGB value is (120,203,222). Sum of RGB (Red+Green+Blue) = 120+203+222=545 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.02% from 545); Green value is 203 (79.69% from 255 or 37.25% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #78CBDE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CBDE is #873421. Grayscale: #B4B4B4. Windows color (decimal): -8860706 or 14601080. OLE color: 14601080.
HSL color Cylindrical-coordinate representation of color #78CBDE: hue angle of 191.18º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78CBDE is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 203 | 222 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.13 |
| HSL | 191.18º | 0.61% | 0.67% | - |
| HSV(B) | 191.18º | 0.46% | 0.87% | - |
| XYZ | 42.29 | 51.98 | 76.91 | - |
| YUV | 180.35 | 151.5 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 203 | 222 | 0.46 | 0.09 | 0 | 0.13 | 191.18 | 0.61 | 0.67 |
| Hex | 78 | CB | DE | 2E | 9 | 0 | D | BF | 3D | 43 |
| Octal | 170 | 313 | 336 | 56 | 11 | 0 | 15 | 277 | 75 | 103 |
| Binary | 1111000 | 11001011 | 11011110 | 101110 | 1001 | 0 | 1101 | 10111111 | 111101 | 1000011 |
Color Harmonies of #78CBDE
Complementary color
Monochromatic Colors of #78CBDE
Black with #78CBDE
Text Example
Text Example
White with #78CBDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CBDE; }
p { color: rgb(120,203,222); }
H1.HeaderClassName
{
color: #78CBDE;
}
.AnyTagClassName
{
color: #78CBDE;
}
</style>
background-color css
<style>
a { background-color: #78CBDE; }
a { background-color: rgb(120,203,222); }
div.DivClassName
{
background-color: #78CBDE;
}
.BgClassName
{
background-color: #78CBDE;
}
</style>
border-color css
<style>
span { border-color: #78CBDE; }
span { border-color: rgb(120,203,222); }
td.TdClassName
{
border-color: #78CBDE;
}
.TagClassName
{
border-color: #78CBDE;
}
</style>