Shades of Sky Blue #76D2EF
Tints of Sky Blue #76D2EF
RGB
CMYK
RGB Variations
Color information
#76D2EF (or 0x76D2EF) is known color: Sky Blue. HEX triplet: 76, D2 and EF. RGB value is (118,210,239). Sum of RGB (Red+Green+Blue) = 118+210+239=567 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.81% from 567); Green value is 210 (82.42% from 255 or 37.04% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #76D2EF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D2EF is #892D10. Grayscale: #B9B9B9. Windows color (decimal): -8989969 or 15716982. OLE color: 15716982.
HSL color Cylindrical-coordinate representation of color #76D2EF: hue angle of 194.38º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #76D2EF is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 118 | 210 | 239 | - |
| CMYK | 0.51 | 0.12 | 0 | 0.06 |
| HSL | 194.38º | 0.79% | 0.7% | - |
| HSV(B) | 194.38º | 0.51% | 0.94% | - |
| XYZ | 46.1 | 56.18 | 90.07 | - |
| YUV | 185.8 | 158.02 | 79.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 239 | 0.51 | 0.12 | 0 | 0.06 | 194.38 | 0.79 | 0.7 |
| Hex | 76 | D2 | EF | 33 | C | 0 | 6 | C2 | 4F | 46 |
| Octal | 166 | 322 | 357 | 63 | 14 | 0 | 6 | 302 | 117 | 106 |
| Binary | 1110110 | 11010010 | 11101111 | 110011 | 1100 | 0 | 110 | 11000010 | 1001111 | 1000110 |
Color Harmonies of #76D2EF
Complementary color
Monochromatic Colors of #76D2EF
Black with #76D2EF
Text Example
Text Example
White with #76D2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D2EF; }
p { color: rgb(118,210,239); }
H1.HeaderClassName
{
color: #76D2EF;
}
.AnyTagClassName
{
color: #76D2EF;
}
</style>
background-color css
<style>
a { background-color: #76D2EF; }
a { background-color: rgb(118,210,239); }
div.DivClassName
{
background-color: #76D2EF;
}
.BgClassName
{
background-color: #76D2EF;
}
</style>
border-color css
<style>
span { border-color: #76D2EF; }
span { border-color: rgb(118,210,239); }
td.TdClassName
{
border-color: #76D2EF;
}
.TagClassName
{
border-color: #76D2EF;
}
</style>