Shades of Light Sky Blue #76D3FB
Tints of Light Sky Blue #76D3FB
RGB
CMYK
RGB Variations
Color information
#76D3FB (or 0x76D3FB) is known color: Light Sky Blue. HEX triplet: 76, D3 and FB. RGB value is (118,211,251). Sum of RGB (Red+Green+Blue) = 118+211+251=580 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.34% from 580); Green value is 211 (82.81% from 255 or 36.38% from 580); Blue value is 251 (98.44% from 255 or 43.28% from 580); Max value from RGB is 251 - color contains mainly: blue. Hex color #76D3FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D3FB is #892C04. Grayscale: #BBBBBB. Windows color (decimal): -8989701 or 16503670. OLE color: 16503670.
HSL color Cylindrical-coordinate representation of color #76D3FB: hue angle of 198.05º 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 #76D3FB is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 211 | 251 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.02 |
| HSL | 198.05º | 0.94% | 0.72% | - |
| HSV(B) | 198.05º | 0.53% | 0.98% | - |
| XYZ | 48.18 | 57.41 | 99.81 | - |
| YUV | 187.75 | 163.69 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 211 | 251 | 0.53 | 0.16 | 0 | 0.02 | 198.05 | 0.94 | 0.72 |
| Hex | 76 | D3 | FB | 35 | 10 | 0 | 2 | C6 | 5E | 48 |
| Octal | 166 | 323 | 373 | 65 | 20 | 0 | 2 | 306 | 136 | 110 |
| Binary | 1110110 | 11010011 | 11111011 | 110101 | 10000 | 0 | 10 | 11000110 | 1011110 | 1001000 |
Color Harmonies of #76D3FB
Complementary color
Monochromatic Colors of #76D3FB
Black with #76D3FB
Text Example
Text Example
White with #76D3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D3FB; }
p { color: rgb(118,211,251); }
H1.HeaderClassName
{
color: #76D3FB;
}
.AnyTagClassName
{
color: #76D3FB;
}
</style>
background-color css
<style>
a { background-color: #76D3FB; }
a { background-color: rgb(118,211,251); }
div.DivClassName
{
background-color: #76D3FB;
}
.BgClassName
{
background-color: #76D3FB;
}
</style>
border-color css
<style>
span { border-color: #76D3FB; }
span { border-color: rgb(118,211,251); }
td.TdClassName
{
border-color: #76D3FB;
}
.TagClassName
{
border-color: #76D3FB;
}
</style>