Shades of Light Sky Blue #76DEFF
Tints of Light Sky Blue #76DEFF
RGB
CMYK
RGB Variations
Color information
#76DEFF (or 0x76DEFF) is known color: Light Sky Blue. HEX triplet: 76, DE and FF. RGB value is (118,222,255). Sum of RGB (Red+Green+Blue) = 118+222+255=595 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.83% from 595); Green value is 222 (87.11% from 255 or 37.31% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #76DEFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DEFF is #892100. Grayscale: #C2C2C2. Windows color (decimal): -8986881 or 16768630. OLE color: 16768630.
HSL color Cylindrical-coordinate representation of color #76DEFF: hue angle of 194.45º 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 #76DEFF is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 222 | 255 | - |
| CMYK | 0.54 | 0.13 | 0 | 0 |
| HSL | 194.45º | 1% | 0.73% | - |
| HSV(B) | 194.45º | 0.54% | 1% | - |
| XYZ | 51.64 | 63.31 | 104.11 | - |
| YUV | 194.67 | 162.04 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 222 | 255 | 0.54 | 0.13 | 0 | 0 | 194.45 | 1 | 0.73 |
| Hex | 76 | DE | FF | 36 | D | 0 | 0 | C2 | 64 | 49 |
| Octal | 166 | 336 | 377 | 66 | 15 | 0 | 0 | 302 | 144 | 111 |
| Binary | 1110110 | 11011110 | 11111111 | 110110 | 1101 | 0 | 0 | 11000010 | 1100100 | 1001001 |
Color Harmonies of #76DEFF
Complementary color
Monochromatic Colors of #76DEFF
Black with #76DEFF
Text Example
Text Example
White with #76DEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DEFF; }
p { color: rgb(118,222,255); }
H1.HeaderClassName
{
color: #76DEFF;
}
.AnyTagClassName
{
color: #76DEFF;
}
</style>
background-color css
<style>
a { background-color: #76DEFF; }
a { background-color: rgb(118,222,255); }
div.DivClassName
{
background-color: #76DEFF;
}
.BgClassName
{
background-color: #76DEFF;
}
</style>
border-color css
<style>
span { border-color: #76DEFF; }
span { border-color: rgb(118,222,255); }
td.TdClassName
{
border-color: #76DEFF;
}
.TagClassName
{
border-color: #76DEFF;
}
</style>