Shades of Light Sky Blue #76D8F9
Tints of Light Sky Blue #76D8F9
RGB
CMYK
RGB Variations
Color information
#76D8F9 (or 0x76D8F9) is known color: Light Sky Blue. HEX triplet: 76, D8 and F9. RGB value is (118,216,249). Sum of RGB (Red+Green+Blue) = 118+216+249=583 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.24% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 249 (97.66% from 255 or 42.71% from 583); Max value from RGB is 249 - color contains mainly: blue. Hex color #76D8F9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D8F9 is #892706. Grayscale: #BEBEBE. Windows color (decimal): -8988423 or 16373878. OLE color: 16373878.
HSL color Cylindrical-coordinate representation of color #76D8F9: hue angle of 195.11º degrees, saturation: 0.92, 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 #76D8F9 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 216 | 249 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.02 |
| HSL | 195.11º | 0.92% | 0.72% | - |
| HSV(B) | 195.11º | 0.53% | 0.98% | - |
| XYZ | 49.13 | 59.8 | 98.58 | - |
| YUV | 190.46 | 161.03 | 76.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 216 | 249 | 0.53 | 0.13 | 0 | 0.02 | 195.11 | 0.92 | 0.72 |
| Hex | 76 | D8 | F9 | 35 | D | 0 | 2 | C3 | 5C | 48 |
| Octal | 166 | 330 | 371 | 65 | 15 | 0 | 2 | 303 | 134 | 110 |
| Binary | 1110110 | 11011000 | 11111001 | 110101 | 1101 | 0 | 10 | 11000011 | 1011100 | 1001000 |
Color Harmonies of #76D8F9
Complementary color
Monochromatic Colors of #76D8F9
Black with #76D8F9
Text Example
Text Example
White with #76D8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D8F9; }
p { color: rgb(118,216,249); }
H1.HeaderClassName
{
color: #76D8F9;
}
.AnyTagClassName
{
color: #76D8F9;
}
</style>
background-color css
<style>
a { background-color: #76D8F9; }
a { background-color: rgb(118,216,249); }
div.DivClassName
{
background-color: #76D8F9;
}
.BgClassName
{
background-color: #76D8F9;
}
</style>
border-color css
<style>
span { border-color: #76D8F9; }
span { border-color: rgb(118,216,249); }
td.TdClassName
{
border-color: #76D8F9;
}
.TagClassName
{
border-color: #76D8F9;
}
</style>