Shades of Sky Blue #76CFEC
Tints of Sky Blue #76CFEC
RGB
CMYK
RGB Variations
Color information
#76CFEC (or 0x76CFEC) is known color: Sky Blue. HEX triplet: 76, CF and EC. RGB value is (118,207,236). Sum of RGB (Red+Green+Blue) = 118+207+236=561 (74% of max value = 765). Red value is 118 (46.48% from 255 or 21.03% from 561); Green value is 207 (81.25% from 255 or 36.90% from 561); Blue value is 236 (92.58% from 255 or 42.07% from 561); Max value from RGB is 236 - color contains mainly: blue. Hex color #76CFEC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76CFEC is #893013. Grayscale: #B7B7B7. Windows color (decimal): -8990740 or 15519606. OLE color: 15519606.
HSL color Cylindrical-coordinate representation of color #76CFEC: hue angle of 194.75º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76CFEC is Cyan = 0.5, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 118 | 207 | 236 | - |
| CMYK | 0.5 | 0.12 | 0 | 0.07 |
| HSL | 194.75º | 0.76% | 0.69% | - |
| HSV(B) | 194.75º | 0.5% | 0.93% | - |
| XYZ | 44.92 | 54.53 | 87.52 | - |
| YUV | 183.7 | 157.51 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 207 | 236 | 0.5 | 0.12 | 0 | 0.07 | 194.75 | 0.76 | 0.69 |
| Hex | 76 | CF | EC | 32 | C | 0 | 7 | C3 | 4C | 45 |
| Octal | 166 | 317 | 354 | 62 | 14 | 0 | 7 | 303 | 114 | 105 |
| Binary | 1110110 | 11001111 | 11101100 | 110010 | 1100 | 0 | 111 | 11000011 | 1001100 | 1000101 |
Color Harmonies of #76CFEC
Complementary color
Monochromatic Colors of #76CFEC
Black with #76CFEC
Text Example
Text Example
White with #76CFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76CFEC; }
p { color: rgb(118,207,236); }
H1.HeaderClassName
{
color: #76CFEC;
}
.AnyTagClassName
{
color: #76CFEC;
}
</style>
background-color css
<style>
a { background-color: #76CFEC; }
a { background-color: rgb(118,207,236); }
div.DivClassName
{
background-color: #76CFEC;
}
.BgClassName
{
background-color: #76CFEC;
}
</style>
border-color css
<style>
span { border-color: #76CFEC; }
span { border-color: rgb(118,207,236); }
td.TdClassName
{
border-color: #76CFEC;
}
.TagClassName
{
border-color: #76CFEC;
}
</style>