Shades of Light Sky Blue #76DCFC
Tints of Light Sky Blue #76DCFC
RGB
CMYK
RGB Variations
Color information
#76DCFC (or 0x76DCFC) is known color: Light Sky Blue. HEX triplet: 76, DC and FC. RGB value is (118,220,252). Sum of RGB (Red+Green+Blue) = 118+220+252=590 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 252 (98.83% from 255 or 42.71% from 590); Max value from RGB is 252 - color contains mainly: blue. Hex color #76DCFC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DCFC is #892303. Grayscale: #C0C0C0. Windows color (decimal): -8987396 or 16571510. OLE color: 16571510.
HSL color Cylindrical-coordinate representation of color #76DCFC: hue angle of 194.33º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76DCFC is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 220 | 252 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.01 |
| HSL | 194.33º | 0.96% | 0.73% | - |
| HSV(B) | 194.33º | 0.53% | 0.99% | - |
| XYZ | 50.64 | 62.07 | 101.41 | - |
| YUV | 193.15 | 161.21 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 220 | 252 | 0.53 | 0.13 | 0 | 0.01 | 194.33 | 0.96 | 0.73 |
| Hex | 76 | DC | FC | 35 | D | 0 | 1 | C2 | 60 | 49 |
| Octal | 166 | 334 | 374 | 65 | 15 | 0 | 1 | 302 | 140 | 111 |
| Binary | 1110110 | 11011100 | 11111100 | 110101 | 1101 | 0 | 1 | 11000010 | 1100000 | 1001001 |
Color Harmonies of #76DCFC
Complementary color
Monochromatic Colors of #76DCFC
Black with #76DCFC
Text Example
Text Example
White with #76DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DCFC; }
p { color: rgb(118,220,252); }
H1.HeaderClassName
{
color: #76DCFC;
}
.AnyTagClassName
{
color: #76DCFC;
}
</style>
background-color css
<style>
a { background-color: #76DCFC; }
a { background-color: rgb(118,220,252); }
div.DivClassName
{
background-color: #76DCFC;
}
.BgClassName
{
background-color: #76DCFC;
}
</style>
border-color css
<style>
span { border-color: #76DCFC; }
span { border-color: rgb(118,220,252); }
td.TdClassName
{
border-color: #76DCFC;
}
.TagClassName
{
border-color: #76DCFC;
}
</style>