Shades of Spray #76CBDF
Tints of Spray #76CBDF
RGB
CMYK
RGB Variations
Color information
#76CBDF (or 0x76CBDF) is known color: Spray. HEX triplet: 76, CB and DF. RGB value is (118,203,223). Sum of RGB (Red+Green+Blue) = 118+203+223=544 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.69% from 544); Green value is 203 (79.69% from 255 or 37.32% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #76CBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CBDF is #893420. Grayscale: #B3B3B3. Windows color (decimal): -8991777 or 14666614. OLE color: 14666614.
HSL color Cylindrical-coordinate representation of color #76CBDF: hue angle of 191.43º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76CBDF is Cyan = 0.47, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 203 | 223 | - |
| CMYK | 0.47 | 0.09 | 0 | 0.13 |
| HSL | 191.43º | 0.62% | 0.67% | - |
| HSV(B) | 191.43º | 0.47% | 0.87% | - |
| XYZ | 42.15 | 51.89 | 77.61 | - |
| YUV | 179.87 | 152.34 | 83.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 203 | 223 | 0.47 | 0.09 | 0 | 0.13 | 191.43 | 0.62 | 0.67 |
| Hex | 76 | CB | DF | 2F | 9 | 0 | D | BF | 3E | 43 |
| Octal | 166 | 313 | 337 | 57 | 11 | 0 | 15 | 277 | 76 | 103 |
| Binary | 1110110 | 11001011 | 11011111 | 101111 | 1001 | 0 | 1101 | 10111111 | 111110 | 1000011 |
Color Harmonies of #76CBDF
Complementary color
Monochromatic Colors of #76CBDF
Black with #76CBDF
Text Example
Text Example
White with #76CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CBDF; }
p { color: rgb(118,203,223); }
H1.HeaderClassName
{
color: #76CBDF;
}
.AnyTagClassName
{
color: #76CBDF;
}
</style>
background-color css
<style>
a { background-color: #76CBDF; }
a { background-color: rgb(118,203,223); }
div.DivClassName
{
background-color: #76CBDF;
}
.BgClassName
{
background-color: #76CBDF;
}
</style>
border-color css
<style>
span { border-color: #76CBDF; }
span { border-color: rgb(118,203,223); }
td.TdClassName
{
border-color: #76CBDF;
}
.TagClassName
{
border-color: #76CBDF;
}
</style>