Shades of Sky Blue #76D2F4
Tints of Sky Blue #76D2F4
RGB
CMYK
RGB Variations
Color information
#76D2F4 (or 0x76D2F4) is known color: Sky Blue. HEX triplet: 76, D2 and F4. RGB value is (118,210,244). Sum of RGB (Red+Green+Blue) = 118+210+244=572 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.63% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #76D2F4 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D2F4 is #892D0B. Grayscale: #BABABA. Windows color (decimal): -8989964 or 16044662. OLE color: 16044662.
HSL color Cylindrical-coordinate representation of color #76D2F4: hue angle of 196.19º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76D2F4 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 118 | 210 | 244 | - |
| CMYK | 0.52 | 0.14 | 0 | 0.04 |
| HSL | 196.19º | 0.85% | 0.71% | - |
| HSV(B) | 196.19º | 0.52% | 0.96% | - |
| XYZ | 46.85 | 56.48 | 94.02 | - |
| YUV | 186.37 | 160.52 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 244 | 0.52 | 0.14 | 0 | 0.04 | 196.19 | 0.85 | 0.71 |
| Hex | 76 | D2 | F4 | 34 | E | 0 | 4 | C4 | 55 | 47 |
| Octal | 166 | 322 | 364 | 64 | 16 | 0 | 4 | 304 | 125 | 107 |
| Binary | 1110110 | 11010010 | 11110100 | 110100 | 1110 | 0 | 100 | 11000100 | 1010101 | 1000111 |
Color Harmonies of #76D2F4
Complementary color
Monochromatic Colors of #76D2F4
Black with #76D2F4
Text Example
Text Example
White with #76D2F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D2F4; }
p { color: rgb(118,210,244); }
H1.HeaderClassName
{
color: #76D2F4;
}
.AnyTagClassName
{
color: #76D2F4;
}
</style>
background-color css
<style>
a { background-color: #76D2F4; }
a { background-color: rgb(118,210,244); }
div.DivClassName
{
background-color: #76D2F4;
}
.BgClassName
{
background-color: #76D2F4;
}
</style>
border-color css
<style>
span { border-color: #76D2F4; }
span { border-color: rgb(118,210,244); }
td.TdClassName
{
border-color: #76D2F4;
}
.TagClassName
{
border-color: #76D2F4;
}
</style>