Shades of Light Sky Blue #76DBFD
Tints of Light Sky Blue #76DBFD
RGB
CMYK
RGB Variations
Color information
#76DBFD (or 0x76DBFD) is known color: Light Sky Blue. HEX triplet: 76, DB and FD. RGB value is (118,219,253). Sum of RGB (Red+Green+Blue) = 118+219+253=590 (78% of max value = 765). Red value is 118 (46.48% from 255 or 20% from 590); Green value is 219 (85.94% from 255 or 37.12% from 590); Blue value is 253 (99.22% from 255 or 42.88% from 590); Max value from RGB is 253 - color contains mainly: blue. Hex color #76DBFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76DBFD is #892402. Grayscale: #C0C0C0. Windows color (decimal): -8987651 or 16636790. OLE color: 16636790.
HSL color Cylindrical-coordinate representation of color #76DBFD: hue angle of 195.11º degrees, saturation: 0.97, 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 #76DBFD is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 219 | 253 | - |
| CMYK | 0.53 | 0.13 | 0 | 0.01 |
| HSL | 195.11º | 0.97% | 0.73% | - |
| HSV(B) | 195.11º | 0.53% | 0.99% | - |
| XYZ | 50.53 | 61.61 | 102.16 | - |
| YUV | 192.68 | 162.04 | 74.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 219 | 253 | 0.53 | 0.13 | 0 | 0.01 | 195.11 | 0.97 | 0.73 |
| Hex | 76 | DB | FD | 35 | D | 0 | 1 | C3 | 61 | 49 |
| Octal | 166 | 333 | 375 | 65 | 15 | 0 | 1 | 303 | 141 | 111 |
| Binary | 1110110 | 11011011 | 11111101 | 110101 | 1101 | 0 | 1 | 11000011 | 1100001 | 1001001 |
Color Harmonies of #76DBFD
Complementary color
Monochromatic Colors of #76DBFD
Black with #76DBFD
Text Example
Text Example
White with #76DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76DBFD; }
p { color: rgb(118,219,253); }
H1.HeaderClassName
{
color: #76DBFD;
}
.AnyTagClassName
{
color: #76DBFD;
}
</style>
background-color css
<style>
a { background-color: #76DBFD; }
a { background-color: rgb(118,219,253); }
div.DivClassName
{
background-color: #76DBFD;
}
.BgClassName
{
background-color: #76DBFD;
}
</style>
border-color css
<style>
span { border-color: #76DBFD; }
span { border-color: rgb(118,219,253); }
td.TdClassName
{
border-color: #76DBFD;
}
.TagClassName
{
border-color: #76DBFD;
}
</style>