Shades of Sky Blue #7DD2ED
Tints of Sky Blue #7DD2ED
RGB
CMYK
RGB Variations
Color information
#7DD2ED (or 0x7DD2ED) is known color: Sky Blue. HEX triplet: 7D, D2 and ED. RGB value is (125,210,237). Sum of RGB (Red+Green+Blue) = 125+210+237=572 (75% of max value = 765). Red value is 125 (49.22% from 255 or 21.85% from 572); Green value is 210 (82.42% from 255 or 36.71% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DD2ED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD2ED is #822D12. Grayscale: #BBBBBB. Windows color (decimal): -8531219 or 15585917. OLE color: 15585917.
HSL color Cylindrical-coordinate representation of color #7DD2ED: hue angle of 194.46º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DD2ED is Cyan = 0.47, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 210 | 237 | - |
| CMYK | 0.47 | 0.11 | 0 | 0.07 |
| HSL | 194.46º | 0.76% | 0.71% | - |
| HSV(B) | 194.46º | 0.47% | 0.93% | - |
| XYZ | 46.79 | 56.57 | 88.57 | - |
| YUV | 187.66 | 155.84 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 210 | 237 | 0.47 | 0.11 | 0 | 0.07 | 194.46 | 0.76 | 0.71 |
| Hex | 7D | D2 | ED | 2F | B | 0 | 7 | C2 | 4C | 47 |
| Octal | 175 | 322 | 355 | 57 | 13 | 0 | 7 | 302 | 114 | 107 |
| Binary | 1111101 | 11010010 | 11101101 | 101111 | 1011 | 0 | 111 | 11000010 | 1001100 | 1000111 |
Color Harmonies of #7DD2ED
Complementary color
Monochromatic Colors of #7DD2ED
Black with #7DD2ED
Text Example
Text Example
White with #7DD2ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD2ED; }
p { color: rgb(125,210,237); }
H1.HeaderClassName
{
color: #7DD2ED;
}
.AnyTagClassName
{
color: #7DD2ED;
}
</style>
background-color css
<style>
a { background-color: #7DD2ED; }
a { background-color: rgb(125,210,237); }
div.DivClassName
{
background-color: #7DD2ED;
}
.BgClassName
{
background-color: #7DD2ED;
}
</style>
border-color css
<style>
span { border-color: #7DD2ED; }
span { border-color: rgb(125,210,237); }
td.TdClassName
{
border-color: #7DD2ED;
}
.TagClassName
{
border-color: #7DD2ED;
}
</style>