Shades of Light Sky Blue #76DBFB
Tints of Light Sky Blue #76DBFB
RGB
CMYK
RGB Variations
Color information
#76DBFB (or 0x76DBFB) is known color: Light Sky Blue. HEX triplet: 76, DB and FB. RGB value is (118,219,251). Sum of RGB (Red+Green+Blue) = 118+219+251=588 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.07% from 588); Green value is 219 (85.94% from 255 or 37.24% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #76DBFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DBFB is #892404. Grayscale: #C0C0C0. Windows color (decimal): -8987653 or 16505718. OLE color: 16505718.
HSL color Cylindrical-coordinate representation of color #76DBFB: hue angle of 194.44º 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 #76DBFB is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 118 | 219 | 251 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.02 |
| HSL | 194.44º | 0.94% | 0.72% | - |
| HSV(B) | 194.44º | 0.53% | 0.98% | - |
| XYZ | 50.22 | 61.48 | 100.49 | - |
| YUV | 192.45 | 161.04 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 251 | 0.53 | 0.13 | 0 | 0.02 | 194.44 | 0.94 | 0.72 |
| Hex | 76 | DB | FB | 35 | D | 0 | 2 | C2 | 5E | 48 |
| Octal | 166 | 333 | 373 | 65 | 15 | 0 | 2 | 302 | 136 | 110 |
| Binary | 1110110 | 11011011 | 11111011 | 110101 | 1101 | 0 | 10 | 11000010 | 1011110 | 1001000 |
Color Harmonies of #76DBFB
Complementary color
Monochromatic Colors of #76DBFB
Black with #76DBFB
Text Example
Text Example
White with #76DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBFB; }
p { color: rgb(118,219,251); }
H1.HeaderClassName
{
color: #76DBFB;
}
.AnyTagClassName
{
color: #76DBFB;
}
</style>
background-color css
<style>
a { background-color: #76DBFB; }
a { background-color: rgb(118,219,251); }
div.DivClassName
{
background-color: #76DBFB;
}
.BgClassName
{
background-color: #76DBFB;
}
</style>
border-color css
<style>
span { border-color: #76DBFB; }
span { border-color: rgb(118,219,251); }
td.TdClassName
{
border-color: #76DBFB;
}
.TagClassName
{
border-color: #76DBFB;
}
</style>