Shades of Light Sky Blue #76DAFF
Tints of Light Sky Blue #76DAFF
RGB
CMYK
RGB Variations
Color information
#76DAFF (or 0x76DAFF) is known color: Light Sky Blue. HEX triplet: 76, DA and FF. RGB value is (118,218,255). Sum of RGB (Red+Green+Blue) = 118+218+255=591 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.97% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #76DAFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DAFF is #892500. Grayscale: #C0C0C0. Windows color (decimal): -8987905 or 16767606. OLE color: 16767606.
HSL color Cylindrical-coordinate representation of color #76DAFF: hue angle of 196.2º 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 #76DAFF is Cyan = 0.54, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 118 | 218 | 255 | - |
| CMYK | 0.54 | 0.15 | 0 | 0 |
| HSL | 196.2º | 1% | 0.73% | - |
| HSV(B) | 196.2º | 0.54% | 1% | - |
| XYZ | 50.59 | 61.21 | 103.76 | - |
| YUV | 192.32 | 163.37 | 74.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 218 | 255 | 0.54 | 0.15 | 0 | 0 | 196.2 | 1 | 0.73 |
| Hex | 76 | DA | FF | 36 | F | 0 | 0 | C4 | 64 | 49 |
| Octal | 166 | 332 | 377 | 66 | 17 | 0 | 0 | 304 | 144 | 111 |
| Binary | 1110110 | 11011010 | 11111111 | 110110 | 1111 | 0 | 0 | 11000100 | 1100100 | 1001001 |
Color Harmonies of #76DAFF
Complementary color
Monochromatic Colors of #76DAFF
Black with #76DAFF
Text Example
Text Example
White with #76DAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DAFF; }
p { color: rgb(118,218,255); }
H1.HeaderClassName
{
color: #76DAFF;
}
.AnyTagClassName
{
color: #76DAFF;
}
</style>
background-color css
<style>
a { background-color: #76DAFF; }
a { background-color: rgb(118,218,255); }
div.DivClassName
{
background-color: #76DAFF;
}
.BgClassName
{
background-color: #76DAFF;
}
</style>
border-color css
<style>
span { border-color: #76DAFF; }
span { border-color: rgb(118,218,255); }
td.TdClassName
{
border-color: #76DAFF;
}
.TagClassName
{
border-color: #76DAFF;
}
</style>