Shades of Light Sky Blue #76D7FE
Tints of Light Sky Blue #76D7FE
RGB
CMYK
RGB Variations
Color information
#76D7FE (or 0x76D7FE) is known color: Light Sky Blue. HEX triplet: 76, D7 and FE. RGB value is (118,215,254). Sum of RGB (Red+Green+Blue) = 118+215+254=587 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.10% from 587); Green value is 215 (84.38% from 255 or 36.63% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #76D7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D7FE is #892801. Grayscale: #BEBEBE. Windows color (decimal): -8988674 or 16701302. OLE color: 16701302.
HSL color Cylindrical-coordinate representation of color #76D7FE: hue angle of 197.21º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76D7FE is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 215 | 254 | - |
| CMYK | 0.54 | 0.15 | 0 | 0.00 |
| HSL | 197.21º | 0.99% | 0.73% | - |
| HSV(B) | 197.21º | 0.54% | 1% | - |
| XYZ | 49.66 | 59.61 | 102.65 | - |
| YUV | 190.44 | 163.86 | 76.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 215 | 254 | 0.54 | 0.15 | 0 | 0.00 | 197.21 | 0.99 | 0.73 |
| Hex | 76 | D7 | FE | 36 | F | 0 | 0 | C5 | 63 | 49 |
| Octal | 166 | 327 | 376 | 66 | 17 | 0 | 0 | 305 | 143 | 111 |
| Binary | 1110110 | 11010111 | 11111110 | 110110 | 1111 | 0 | 0 | 11000101 | 1100011 | 1001001 |
Color Harmonies of #76D7FE
Complementary color
Monochromatic Colors of #76D7FE
Black with #76D7FE
Text Example
Text Example
White with #76D7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D7FE; }
p { color: rgb(118,215,254); }
H1.HeaderClassName
{
color: #76D7FE;
}
.AnyTagClassName
{
color: #76D7FE;
}
</style>
background-color css
<style>
a { background-color: #76D7FE; }
a { background-color: rgb(118,215,254); }
div.DivClassName
{
background-color: #76D7FE;
}
.BgClassName
{
background-color: #76D7FE;
}
</style>
border-color css
<style>
span { border-color: #76D7FE; }
span { border-color: rgb(118,215,254); }
td.TdClassName
{
border-color: #76D7FE;
}
.TagClassName
{
border-color: #76D7FE;
}
</style>