Shades of Light Sky Blue #76D6FF
Tints of Light Sky Blue #76D6FF
RGB
CMYK
RGB Variations
Color information
#76D6FF (or 0x76D6FF) is known color: Light Sky Blue. HEX triplet: 76, D6 and FF. RGB value is (118,214,255). Sum of RGB (Red+Green+Blue) = 118+214+255=587 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.10% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #76D6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D6FF is #892900. Grayscale: #BDBDBD. Windows color (decimal): -8988929 or 16766582. OLE color: 16766582.
HSL color Cylindrical-coordinate representation of color #76D6FF: hue angle of 197.96º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76D6FF is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 214 | 255 | - |
| CMYK | 0.54 | 0.16 | 0 | 0 |
| HSL | 197.96º | 1% | 0.73% | - |
| HSV(B) | 197.96º | 0.54% | 1% | - |
| XYZ | 49.57 | 59.16 | 103.42 | - |
| YUV | 189.97 | 164.7 | 76.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 214 | 255 | 0.54 | 0.16 | 0 | 0 | 197.96 | 1 | 0.73 |
| Hex | 76 | D6 | FF | 36 | 10 | 0 | 0 | C6 | 64 | 49 |
| Octal | 166 | 326 | 377 | 66 | 20 | 0 | 0 | 306 | 144 | 111 |
| Binary | 1110110 | 11010110 | 11111111 | 110110 | 10000 | 0 | 0 | 11000110 | 1100100 | 1001001 |
Color Harmonies of #76D6FF
Complementary color
Monochromatic Colors of #76D6FF
Black with #76D6FF
Text Example
Text Example
White with #76D6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D6FF; }
p { color: rgb(118,214,255); }
H1.HeaderClassName
{
color: #76D6FF;
}
.AnyTagClassName
{
color: #76D6FF;
}
</style>
background-color css
<style>
a { background-color: #76D6FF; }
a { background-color: rgb(118,214,255); }
div.DivClassName
{
background-color: #76D6FF;
}
.BgClassName
{
background-color: #76D6FF;
}
</style>
border-color css
<style>
span { border-color: #76D6FF; }
span { border-color: rgb(118,214,255); }
td.TdClassName
{
border-color: #76D6FF;
}
.TagClassName
{
border-color: #76D6FF;
}
</style>