Shades of Spray #78CBDA
Tints of Spray #78CBDA
RGB
CMYK
RGB Variations
Color information
#78CBDA (or 0x78CBDA) is known color: Spray. HEX triplet: 78, CB and DA. RGB value is (120,203,218). Sum of RGB (Red+Green+Blue) = 120+203+218=541 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.18% from 541); Green value is 203 (79.69% from 255 or 37.52% from 541); Blue value is 218 (85.55% from 255 or 40.30% from 541); Max value from RGB is 218 - color contains mainly: blue. Hex color #78CBDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CBDA is #873425. Grayscale: #B3B3B3. Windows color (decimal): -8860710 or 14338936. OLE color: 14338936.
HSL color Cylindrical-coordinate representation of color #78CBDA: hue angle of 189.18º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78CBDA is Cyan = 0.45, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 120 | 203 | 218 | - |
| CMYK | 0.45 | 0.07 | 0 | 0.15 |
| HSL | 189.18º | 0.57% | 0.66% | - |
| HSV(B) | 189.18º | 0.45% | 0.85% | - |
| XYZ | 41.76 | 51.77 | 74.12 | - |
| YUV | 179.89 | 149.5 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 203 | 218 | 0.45 | 0.07 | 0 | 0.15 | 189.18 | 0.57 | 0.66 |
| Hex | 78 | CB | DA | 2D | 7 | 0 | F | BD | 39 | 42 |
| Octal | 170 | 313 | 332 | 55 | 7 | 0 | 17 | 275 | 71 | 102 |
| Binary | 1111000 | 11001011 | 11011010 | 101101 | 111 | 0 | 1111 | 10111101 | 111001 | 1000010 |
Color Harmonies of #78CBDA
Complementary color
Monochromatic Colors of #78CBDA
Black with #78CBDA
Text Example
Text Example
White with #78CBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CBDA; }
p { color: rgb(120,203,218); }
H1.HeaderClassName
{
color: #78CBDA;
}
.AnyTagClassName
{
color: #78CBDA;
}
</style>
background-color css
<style>
a { background-color: #78CBDA; }
a { background-color: rgb(120,203,218); }
div.DivClassName
{
background-color: #78CBDA;
}
.BgClassName
{
background-color: #78CBDA;
}
</style>
border-color css
<style>
span { border-color: #78CBDA; }
span { border-color: rgb(120,203,218); }
td.TdClassName
{
border-color: #78CBDA;
}
.TagClassName
{
border-color: #78CBDA;
}
</style>