Shades of Light Sky Blue #76DAFE
Tints of Light Sky Blue #76DAFE
RGB
CMYK
RGB Variations
Color information
#76DAFE (or 0x76DAFE) is known color: Light Sky Blue. HEX triplet: 76, DA and FE. RGB value is (118,218,254). Sum of RGB (Red+Green+Blue) = 118+218+254=590 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20% from 590); Green value is 218 (85.55% from 255 or 36.95% from 590); Blue value is 254 (99.61% from 255 or 43.05% from 590); Max value from RGB is 254 - color contains mainly: blue. Hex color #76DAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DAFE is #892501. Grayscale: #BFBFBF. Windows color (decimal): -8987906 or 16702070. OLE color: 16702070.
HSL color Cylindrical-coordinate representation of color #76DAFE: hue angle of 195.88º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #76DAFE is Cyan = 0.54, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 218 | 254 | - |
| CMYK | 0.54 | 0.14 | 0 | 0.00 |
| HSL | 195.88º | 0.99% | 0.73% | - |
| HSV(B) | 195.88º | 0.54% | 1% | - |
| XYZ | 50.43 | 61.15 | 102.91 | - |
| YUV | 192.2 | 162.87 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 218 | 254 | 0.54 | 0.14 | 0 | 0.00 | 195.88 | 0.99 | 0.73 |
| Hex | 76 | DA | FE | 36 | E | 0 | 0 | C4 | 63 | 49 |
| Octal | 166 | 332 | 376 | 66 | 16 | 0 | 0 | 304 | 143 | 111 |
| Binary | 1110110 | 11011010 | 11111110 | 110110 | 1110 | 0 | 0 | 11000100 | 1100011 | 1001001 |
Color Harmonies of #76DAFE
Complementary color
Monochromatic Colors of #76DAFE
Black with #76DAFE
Text Example
Text Example
White with #76DAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DAFE; }
p { color: rgb(118,218,254); }
H1.HeaderClassName
{
color: #76DAFE;
}
.AnyTagClassName
{
color: #76DAFE;
}
</style>
background-color css
<style>
a { background-color: #76DAFE; }
a { background-color: rgb(118,218,254); }
div.DivClassName
{
background-color: #76DAFE;
}
.BgClassName
{
background-color: #76DAFE;
}
</style>
border-color css
<style>
span { border-color: #76DAFE; }
span { border-color: rgb(118,218,254); }
td.TdClassName
{
border-color: #76DAFE;
}
.TagClassName
{
border-color: #76DAFE;
}
</style>