Shades of Light Sky Blue #76DCFE
Tints of Light Sky Blue #76DCFE
RGB
CMYK
RGB Variations
Color information
#76DCFE (or 0x76DCFE) is known color: Light Sky Blue. HEX triplet: 76, DC and FE. RGB value is (118,220,254). Sum of RGB (Red+Green+Blue) = 118+220+254=592 (78% of max value = 765). Red value is 118 (46.48% from 255 or 19.93% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 254 (99.61% from 255 or 42.91% from 592); Max value from RGB is 254 - color contains mainly: blue. Hex color #76DCFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DCFE is #892301. Grayscale: #C1C1C1. Windows color (decimal): -8987394 or 16702582. OLE color: 16702582.
HSL color Cylindrical-coordinate representation of color #76DCFE: hue angle of 195º 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 #76DCFE is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 118 | 220 | 254 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.00 |
| HSL | 195º | 0.99% | 0.73% | - |
| HSV(B) | 195º | 0.54% | 1% | - |
| XYZ | 50.95 | 62.19 | 103.09 | - |
| YUV | 193.38 | 162.21 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 254 | 0.54 | 0.13 | 0 | 0.00 | 195 | 0.99 | 0.73 |
| Hex | 76 | DC | FE | 36 | D | 0 | 0 | C3 | 63 | 49 |
| Octal | 166 | 334 | 376 | 66 | 15 | 0 | 0 | 303 | 143 | 111 |
| Binary | 1110110 | 11011100 | 11111110 | 110110 | 1101 | 0 | 0 | 11000011 | 1100011 | 1001001 |
Color Harmonies of #76DCFE
Complementary color
Monochromatic Colors of #76DCFE
Black with #76DCFE
Text Example
Text Example
White with #76DCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCFE; }
p { color: rgb(118,220,254); }
H1.HeaderClassName
{
color: #76DCFE;
}
.AnyTagClassName
{
color: #76DCFE;
}
</style>
background-color css
<style>
a { background-color: #76DCFE; }
a { background-color: rgb(118,220,254); }
div.DivClassName
{
background-color: #76DCFE;
}
.BgClassName
{
background-color: #76DCFE;
}
</style>
border-color css
<style>
span { border-color: #76DCFE; }
span { border-color: rgb(118,220,254); }
td.TdClassName
{
border-color: #76DCFE;
}
.TagClassName
{
border-color: #76DCFE;
}
</style>