Shades of Light Sky Blue #76D2FB
Tints of Light Sky Blue #76D2FB
RGB
CMYK
RGB Variations
Color information
#76D2FB (or 0x76D2FB) is known color: Light Sky Blue. HEX triplet: 76, D2 and FB. RGB value is (118,210,251). Sum of RGB (Red+Green+Blue) = 118+210+251=579 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.38% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #76D2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D2FB is #892D04. Grayscale: #BABABA. Windows color (decimal): -8989957 or 16503414. OLE color: 16503414.
HSL color Cylindrical-coordinate representation of color #76D2FB: hue angle of 198.5º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76D2FB is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 210 | 251 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.02 |
| HSL | 198.5º | 0.94% | 0.72% | - |
| HSV(B) | 198.5º | 0.53% | 0.98% | - |
| XYZ | 47.93 | 56.91 | 99.73 | - |
| YUV | 187.17 | 164.02 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 210 | 251 | 0.53 | 0.16 | 0 | 0.02 | 198.5 | 0.94 | 0.72 |
| Hex | 76 | D2 | FB | 35 | 10 | 0 | 2 | C6 | 5E | 48 |
| Octal | 166 | 322 | 373 | 65 | 20 | 0 | 2 | 306 | 136 | 110 |
| Binary | 1110110 | 11010010 | 11111011 | 110101 | 10000 | 0 | 10 | 11000110 | 1011110 | 1001000 |
Color Harmonies of #76D2FB
Complementary color
Monochromatic Colors of #76D2FB
Black with #76D2FB
Text Example
Text Example
White with #76D2FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D2FB; }
p { color: rgb(118,210,251); }
H1.HeaderClassName
{
color: #76D2FB;
}
.AnyTagClassName
{
color: #76D2FB;
}
</style>
background-color css
<style>
a { background-color: #76D2FB; }
a { background-color: rgb(118,210,251); }
div.DivClassName
{
background-color: #76D2FB;
}
.BgClassName
{
background-color: #76D2FB;
}
</style>
border-color css
<style>
span { border-color: #76D2FB; }
span { border-color: rgb(118,210,251); }
td.TdClassName
{
border-color: #76D2FB;
}
.TagClassName
{
border-color: #76D2FB;
}
</style>