Shades of Light Sky Blue #76D5FD
Tints of Light Sky Blue #76D5FD
RGB
CMYK
RGB Variations
Color information
#76D5FD (or 0x76D5FD) is known color: Light Sky Blue. HEX triplet: 76, D5 and FD. RGB value is (118,213,253). Sum of RGB (Red+Green+Blue) = 118+213+253=584 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.21% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #76D5FD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #76D5FD is #892A02. Grayscale: #BCBCBC. Windows color (decimal): -8989187 or 16635254. OLE color: 16635254.
HSL color Cylindrical-coordinate representation of color #76D5FD: hue angle of 197.78º 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 #76D5FD is Cyan = 0.53, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 118 | 213 | 253 | - |
| CMYK | 0.53 | 0.16 | 0 | 0.01 |
| HSL | 197.78º | 0.97% | 0.73% | - |
| HSV(B) | 197.78º | 0.53% | 0.99% | - |
| XYZ | 49 | 58.53 | 101.64 | - |
| YUV | 189.16 | 164.03 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 213 | 253 | 0.53 | 0.16 | 0 | 0.01 | 197.78 | 0.97 | 0.73 |
| Hex | 76 | D5 | FD | 35 | 10 | 0 | 1 | C6 | 61 | 49 |
| Octal | 166 | 325 | 375 | 65 | 20 | 0 | 1 | 306 | 141 | 111 |
| Binary | 1110110 | 11010101 | 11111101 | 110101 | 10000 | 0 | 1 | 11000110 | 1100001 | 1001001 |
Color Harmonies of #76D5FD
Complementary color
Monochromatic Colors of #76D5FD
Black with #76D5FD
Text Example
Text Example
White with #76D5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76D5FD; }
p { color: rgb(118,213,253); }
H1.HeaderClassName
{
color: #76D5FD;
}
.AnyTagClassName
{
color: #76D5FD;
}
</style>
background-color css
<style>
a { background-color: #76D5FD; }
a { background-color: rgb(118,213,253); }
div.DivClassName
{
background-color: #76D5FD;
}
.BgClassName
{
background-color: #76D5FD;
}
</style>
border-color css
<style>
span { border-color: #76D5FD; }
span { border-color: rgb(118,213,253); }
td.TdClassName
{
border-color: #76D5FD;
}
.TagClassName
{
border-color: #76D5FD;
}
</style>