Shades of Light Sky Blue #7DD7FF
Tints of Light Sky Blue #7DD7FF
RGB
CMYK
RGB Variations
Color information
#7DD7FF (or 0x7DD7FF) is known color: Light Sky Blue. HEX triplet: 7D, D7 and FF. RGB value is (125,215,255). Sum of RGB (Red+Green+Blue) = 125+215+255=595 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.01% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 255 (100% from 255 or 42.86% from 595); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DD7FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD7FF is #822800. Grayscale: #C0C0C0. Windows color (decimal): -8529921 or 16766845. OLE color: 16766845.
HSL color Cylindrical-coordinate representation of color #7DD7FF: hue angle of 198.46º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DD7FF is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 215 | 255 | - |
| CMYK | 0.51 | 0.16 | 0 | 0 |
| HSL | 198.46º | 1% | 0.75% | - |
| HSV(B) | 198.46º | 0.51% | 1% | - |
| XYZ | 50.81 | 60.18 | 103.55 | - |
| YUV | 192.65 | 163.18 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 255 | 0.51 | 0.16 | 0 | 0 | 198.46 | 1 | 0.75 |
| Hex | 7D | D7 | FF | 33 | 10 | 0 | 0 | C6 | 64 | 4B |
| Octal | 175 | 327 | 377 | 63 | 20 | 0 | 0 | 306 | 144 | 113 |
| Binary | 1111101 | 11010111 | 11111111 | 110011 | 10000 | 0 | 0 | 11000110 | 1100100 | 1001011 |
Color Harmonies of #7DD7FF
Complementary color
Monochromatic Colors of #7DD7FF
Black with #7DD7FF
Text Example
Text Example
White with #7DD7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD7FF; }
p { color: rgb(125,215,255); }
H1.HeaderClassName
{
color: #7DD7FF;
}
.AnyTagClassName
{
color: #7DD7FF;
}
</style>
background-color css
<style>
a { background-color: #7DD7FF; }
a { background-color: rgb(125,215,255); }
div.DivClassName
{
background-color: #7DD7FF;
}
.BgClassName
{
background-color: #7DD7FF;
}
</style>
border-color css
<style>
span { border-color: #7DD7FF; }
span { border-color: rgb(125,215,255); }
td.TdClassName
{
border-color: #7DD7FF;
}
.TagClassName
{
border-color: #7DD7FF;
}
</style>