Shades of Light Sky Blue #76DBFF
Tints of Light Sky Blue #76DBFF
RGB
CMYK
RGB Variations
Color information
#76DBFF (or 0x76DBFF) is known color: Light Sky Blue. HEX triplet: 76, DB and FF. RGB value is (118,219,255). Sum of RGB (Red+Green+Blue) = 118+219+255=592 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.93% from 592); Green value is 219 (85.94% from 255 or 36.99% from 592); Blue value is 255 (100% from 255 or 43.07% from 592); Max value from RGB is 255 - color contains mainly: blue. Hex color #76DBFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DBFF is #892400. Grayscale: #C0C0C0. Windows color (decimal): -8987649 or 16767862. OLE color: 16767862.
HSL color Cylindrical-coordinate representation of color #76DBFF: hue angle of 195.77º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76DBFF is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 219 | 255 | - |
| CMYK | 0.54 | 0.14 | 0 | 0 |
| HSL | 195.77º | 1% | 0.73% | - |
| HSV(B) | 195.77º | 0.54% | 1% | - |
| XYZ | 50.85 | 61.73 | 103.84 | - |
| YUV | 192.91 | 163.04 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 255 | 0.54 | 0.14 | 0 | 0 | 195.77 | 1 | 0.73 |
| Hex | 76 | DB | FF | 36 | E | 0 | 0 | C4 | 64 | 49 |
| Octal | 166 | 333 | 377 | 66 | 16 | 0 | 0 | 304 | 144 | 111 |
| Binary | 1110110 | 11011011 | 11111111 | 110110 | 1110 | 0 | 0 | 11000100 | 1100100 | 1001001 |
Color Harmonies of #76DBFF
Complementary color
Monochromatic Colors of #76DBFF
Black with #76DBFF
Text Example
Text Example
White with #76DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBFF; }
p { color: rgb(118,219,255); }
H1.HeaderClassName
{
color: #76DBFF;
}
.AnyTagClassName
{
color: #76DBFF;
}
</style>
background-color css
<style>
a { background-color: #76DBFF; }
a { background-color: rgb(118,219,255); }
div.DivClassName
{
background-color: #76DBFF;
}
.BgClassName
{
background-color: #76DBFF;
}
</style>
border-color css
<style>
span { border-color: #76DBFF; }
span { border-color: rgb(118,219,255); }
td.TdClassName
{
border-color: #76DBFF;
}
.TagClassName
{
border-color: #76DBFF;
}
</style>