Shades of Spray #78CBDF
Tints of Spray #78CBDF
RGB
CMYK
RGB Variations
Color information
#78CBDF (or 0x78CBDF) is known color: Spray. HEX triplet: 78, CB and DF. RGB value is (120,203,223). Sum of RGB (Red+Green+Blue) = 120+203+223=546 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.98% from 546); Green value is 203 (79.69% from 255 or 37.18% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #78CBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CBDF is #873420. Grayscale: #B4B4B4. Windows color (decimal): -8860705 or 14666616. OLE color: 14666616.
HSL color Cylindrical-coordinate representation of color #78CBDF: hue angle of 191.65º degrees, saturation: 0.62, 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 #78CBDF is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 120 | 203 | 223 | - |
| CMYK | 0.46 | 0.09 | 0 | 0.13 |
| HSL | 191.65º | 0.62% | 0.67% | - |
| HSV(B) | 191.65º | 0.46% | 0.87% | - |
| XYZ | 42.42 | 52.03 | 77.62 | - |
| YUV | 180.46 | 152 | 84.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 203 | 223 | 0.46 | 0.09 | 0 | 0.13 | 191.65 | 0.62 | 0.67 |
| Hex | 78 | CB | DF | 2E | 9 | 0 | D | C0 | 3E | 43 |
| Octal | 170 | 313 | 337 | 56 | 11 | 0 | 15 | 300 | 76 | 103 |
| Binary | 1111000 | 11001011 | 11011111 | 101110 | 1001 | 0 | 1101 | 11000000 | 111110 | 1000011 |
Color Harmonies of #78CBDF
Complementary color
Monochromatic Colors of #78CBDF
Black with #78CBDF
Text Example
Text Example
White with #78CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CBDF; }
p { color: rgb(120,203,223); }
H1.HeaderClassName
{
color: #78CBDF;
}
.AnyTagClassName
{
color: #78CBDF;
}
</style>
background-color css
<style>
a { background-color: #78CBDF; }
a { background-color: rgb(120,203,223); }
div.DivClassName
{
background-color: #78CBDF;
}
.BgClassName
{
background-color: #78CBDF;
}
</style>
border-color css
<style>
span { border-color: #78CBDF; }
span { border-color: rgb(120,203,223); }
td.TdClassName
{
border-color: #78CBDF;
}
.TagClassName
{
border-color: #78CBDF;
}
</style>