Shades of Light Sky Blue #76D3FE
Tints of Light Sky Blue #76D3FE
RGB
CMYK
RGB Variations
Color information
#76D3FE (or 0x76D3FE) is known color: Light Sky Blue. HEX triplet: 76, D3 and FE. RGB value is (118,211,254). Sum of RGB (Red+Green+Blue) = 118+211+254=583 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.24% from 583); Green value is 211 (82.81% from 255 or 36.19% from 583); Blue value is 254 (99.61% from 255 or 43.57% from 583); Max value from RGB is 254 - color contains mainly: blue. Hex color #76D3FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D3FE is #892C01. Grayscale: #BBBBBB. Windows color (decimal): -8989698 or 16700278. OLE color: 16700278.
HSL color Cylindrical-coordinate representation of color #76D3FE: hue angle of 198.97º 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 #76D3FE is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 211 | 254 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.00 |
| HSL | 198.97º | 0.99% | 0.73% | - |
| HSV(B) | 198.97º | 0.54% | 1% | - |
| XYZ | 48.65 | 57.6 | 102.32 | - |
| YUV | 188.1 | 165.19 | 78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 211 | 254 | 0.54 | 0.17 | 0 | 0.00 | 198.97 | 0.99 | 0.73 |
| Hex | 76 | D3 | FE | 36 | 11 | 0 | 0 | C7 | 63 | 49 |
| Octal | 166 | 323 | 376 | 66 | 21 | 0 | 0 | 307 | 143 | 111 |
| Binary | 1110110 | 11010011 | 11111110 | 110110 | 10001 | 0 | 0 | 11000111 | 1100011 | 1001001 |
Color Harmonies of #76D3FE
Complementary color
Monochromatic Colors of #76D3FE
Black with #76D3FE
Text Example
Text Example
White with #76D3FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D3FE; }
p { color: rgb(118,211,254); }
H1.HeaderClassName
{
color: #76D3FE;
}
.AnyTagClassName
{
color: #76D3FE;
}
</style>
background-color css
<style>
a { background-color: #76D3FE; }
a { background-color: rgb(118,211,254); }
div.DivClassName
{
background-color: #76D3FE;
}
.BgClassName
{
background-color: #76D3FE;
}
</style>
border-color css
<style>
span { border-color: #76D3FE; }
span { border-color: rgb(118,211,254); }
td.TdClassName
{
border-color: #76D3FE;
}
.TagClassName
{
border-color: #76D3FE;
}
</style>