Shades of Light Sky Blue #76D8FF
Tints of Light Sky Blue #76D8FF
RGB
CMYK
RGB Variations
Color information
#76D8FF (or 0x76D8FF) is known color: Light Sky Blue. HEX triplet: 76, D8 and FF. RGB value is (118,216,255). Sum of RGB (Red+Green+Blue) = 118+216+255=589 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20.03% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #76D8FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D8FF is #892700. Grayscale: #BEBEBE. Windows color (decimal): -8988417 or 16767094. OLE color: 16767094.
HSL color Cylindrical-coordinate representation of color #76D8FF: hue angle of 197.08º 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 #76D8FF is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 216 | 255 | - |
| CMYK | 0.54 | 0.15 | 0 | 0 |
| HSL | 197.08º | 1% | 0.73% | - |
| HSV(B) | 197.08º | 0.54% | 1% | - |
| XYZ | 50.08 | 60.18 | 103.58 | - |
| YUV | 191.14 | 164.03 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 216 | 255 | 0.54 | 0.15 | 0 | 0 | 197.08 | 1 | 0.73 |
| Hex | 76 | D8 | FF | 36 | F | 0 | 0 | C5 | 64 | 49 |
| Octal | 166 | 330 | 377 | 66 | 17 | 0 | 0 | 305 | 144 | 111 |
| Binary | 1110110 | 11011000 | 11111111 | 110110 | 1111 | 0 | 0 | 11000101 | 1100100 | 1001001 |
Color Harmonies of #76D8FF
Complementary color
Monochromatic Colors of #76D8FF
Black with #76D8FF
Text Example
Text Example
White with #76D8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D8FF; }
p { color: rgb(118,216,255); }
H1.HeaderClassName
{
color: #76D8FF;
}
.AnyTagClassName
{
color: #76D8FF;
}
</style>
background-color css
<style>
a { background-color: #76D8FF; }
a { background-color: rgb(118,216,255); }
div.DivClassName
{
background-color: #76D8FF;
}
.BgClassName
{
background-color: #76D8FF;
}
</style>
border-color css
<style>
span { border-color: #76D8FF; }
span { border-color: rgb(118,216,255); }
td.TdClassName
{
border-color: #76D8FF;
}
.TagClassName
{
border-color: #76D8FF;
}
</style>