Shades of Light Sky Blue #76D3FA
Tints of Light Sky Blue #76D3FA
RGB
CMYK
RGB Variations
Color information
#76D3FA (or 0x76D3FA) is known color: Light Sky Blue. HEX triplet: 76, D3 and FA. RGB value is (118,211,250). Sum of RGB (Red+Green+Blue) = 118+211+250=579 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.38% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 250 (98.05% from 255 or 43.18% from 579); Max value from RGB is 250 - color contains mainly: blue. Hex color #76D3FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D3FA is #892C05. Grayscale: #BBBBBB. Windows color (decimal): -8989702 or 16438134. OLE color: 16438134.
HSL color Cylindrical-coordinate representation of color #76D3FA: hue angle of 197.73º degrees, saturation: 0.93, 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 #76D3FA is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 211 | 250 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.02 |
| HSL | 197.73º | 0.93% | 0.72% | - |
| HSV(B) | 197.73º | 0.53% | 0.98% | - |
| XYZ | 48.02 | 57.34 | 98.98 | - |
| YUV | 187.64 | 163.19 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 211 | 250 | 0.53 | 0.16 | 0 | 0.02 | 197.73 | 0.93 | 0.72 |
| Hex | 76 | D3 | FA | 35 | 10 | 0 | 2 | C6 | 5D | 48 |
| Octal | 166 | 323 | 372 | 65 | 20 | 0 | 2 | 306 | 135 | 110 |
| Binary | 1110110 | 11010011 | 11111010 | 110101 | 10000 | 0 | 10 | 11000110 | 1011101 | 1001000 |
Color Harmonies of #76D3FA
Complementary color
Monochromatic Colors of #76D3FA
Black with #76D3FA
Text Example
Text Example
White with #76D3FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D3FA; }
p { color: rgb(118,211,250); }
H1.HeaderClassName
{
color: #76D3FA;
}
.AnyTagClassName
{
color: #76D3FA;
}
</style>
background-color css
<style>
a { background-color: #76D3FA; }
a { background-color: rgb(118,211,250); }
div.DivClassName
{
background-color: #76D3FA;
}
.BgClassName
{
background-color: #76D3FA;
}
</style>
border-color css
<style>
span { border-color: #76D3FA; }
span { border-color: rgb(118,211,250); }
td.TdClassName
{
border-color: #76D3FA;
}
.TagClassName
{
border-color: #76D3FA;
}
</style>