Shades of Light Sky Blue #7DD9FB
Tints of Light Sky Blue #7DD9FB
RGB
CMYK
RGB Variations
Color information
#7DD9FB (or 0x7DD9FB) is known color: Light Sky Blue. HEX triplet: 7D, D9 and FB. RGB value is (125,217,251). Sum of RGB (Red+Green+Blue) = 125+217+251=593 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.08% from 593); Green value is 217 (85.16% from 255 or 36.59% from 593); Blue value is 251 (98.44% from 255 or 42.33% from 593); Max value from RGB is 251 - color contains mainly: blue. Hex color #7DD9FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD9FB is #822604. Grayscale: #C1C1C1. Windows color (decimal): -8529413 or 16505213. OLE color: 16505213.
HSL color Cylindrical-coordinate representation of color #7DD9FB: hue angle of 196.19º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DD9FB is Cyan = 0.50, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 217 | 251 | - |
| CMYK | 0.50 | 0.14 | 0 | 0.02 |
| HSL | 196.19º | 0.94% | 0.74% | - |
| HSV(B) | 196.19º | 0.5% | 0.98% | - |
| XYZ | 50.68 | 60.95 | 100.36 | - |
| YUV | 193.37 | 160.52 | 79.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 217 | 251 | 0.50 | 0.14 | 0 | 0.02 | 196.19 | 0.94 | 0.74 |
| Hex | 7D | D9 | FB | 32 | E | 0 | 2 | C4 | 5E | 4A |
| Octal | 175 | 331 | 373 | 62 | 16 | 0 | 2 | 304 | 136 | 112 |
| Binary | 1111101 | 11011001 | 11111011 | 110010 | 1110 | 0 | 10 | 11000100 | 1011110 | 1001010 |
Color Harmonies of #7DD9FB
Complementary color
Monochromatic Colors of #7DD9FB
Black with #7DD9FB
Text Example
Text Example
White with #7DD9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD9FB; }
p { color: rgb(125,217,251); }
H1.HeaderClassName
{
color: #7DD9FB;
}
.AnyTagClassName
{
color: #7DD9FB;
}
</style>
background-color css
<style>
a { background-color: #7DD9FB; }
a { background-color: rgb(125,217,251); }
div.DivClassName
{
background-color: #7DD9FB;
}
.BgClassName
{
background-color: #7DD9FB;
}
</style>
border-color css
<style>
span { border-color: #7DD9FB; }
span { border-color: rgb(125,217,251); }
td.TdClassName
{
border-color: #7DD9FB;
}
.TagClassName
{
border-color: #7DD9FB;
}
</style>