Shades of Spray #76CEDD
Tints of Spray #76CEDD
RGB
CMYK
RGB Variations
Color information
#76CEDD (or 0x76CEDD) is known color: Spray. HEX triplet: 76, CE and DD. RGB value is (118,206,221). Sum of RGB (Red+Green+Blue) = 118+206+221=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 206 (80.86% from 255 or 37.80% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #76CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #76CEDD is #893122. Grayscale: #B5B5B5. Windows color (decimal): -8991011 or 14536310. OLE color: 14536310.
HSL color Cylindrical-coordinate representation of color #76CEDD: hue angle of 188.74º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76CEDD is Cyan = 0.47, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 118 | 206 | 221 | - |
| CMYK | 0.47 | 0.07 | 0 | 0.13 |
| HSL | 188.74º | 0.6% | 0.66% | - |
| HSV(B) | 188.74º | 0.47% | 0.87% | - |
| XYZ | 42.59 | 53.21 | 76.43 | - |
| YUV | 181.4 | 150.35 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 206 | 221 | 0.47 | 0.07 | 0 | 0.13 | 188.74 | 0.6 | 0.66 |
| Hex | 76 | CE | DD | 2F | 7 | 0 | D | BD | 3C | 42 |
| Octal | 166 | 316 | 335 | 57 | 7 | 0 | 15 | 275 | 74 | 102 |
| Binary | 1110110 | 11001110 | 11011101 | 101111 | 111 | 0 | 1101 | 10111101 | 111100 | 1000010 |
Color Harmonies of #76CEDD
Complementary color
Monochromatic Colors of #76CEDD
Black with #76CEDD
Text Example
Text Example
White with #76CEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CEDD; }
p { color: rgb(118,206,221); }
H1.HeaderClassName
{
color: #76CEDD;
}
.AnyTagClassName
{
color: #76CEDD;
}
</style>
background-color css
<style>
a { background-color: #76CEDD; }
a { background-color: rgb(118,206,221); }
div.DivClassName
{
background-color: #76CEDD;
}
.BgClassName
{
background-color: #76CEDD;
}
</style>
border-color css
<style>
span { border-color: #76CEDD; }
span { border-color: rgb(118,206,221); }
td.TdClassName
{
border-color: #76CEDD;
}
.TagClassName
{
border-color: #76CEDD;
}
</style>