Shades of Light Sky Blue #7DD6FF
Tints of Light Sky Blue #7DD6FF
RGB
CMYK
RGB Variations
Color information
#7DD6FF (or 0x7DD6FF) is known color: Light Sky Blue. HEX triplet: 7D, D6 and FF. RGB value is (125,214,255). Sum of RGB (Red+Green+Blue) = 125+214+255=594 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.04% from 594); Green value is 214 (83.98% from 255 or 36.03% from 594); Blue value is 255 (100% from 255 or 42.93% from 594); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DD6FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD6FF is #822900. Grayscale: #BFBFBF. Windows color (decimal): -8530177 or 16766589. OLE color: 16766589.
HSL color Cylindrical-coordinate representation of color #7DD6FF: hue angle of 198.92º 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 #7DD6FF is Cyan = 0.51, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 214 | 255 | - |
| CMYK | 0.51 | 0.16 | 0 | 0 |
| HSL | 198.92º | 1% | 0.75% | - |
| HSV(B) | 198.92º | 0.51% | 1% | - |
| XYZ | 50.55 | 59.67 | 103.46 | - |
| YUV | 192.06 | 163.51 | 80.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 214 | 255 | 0.51 | 0.16 | 0 | 0 | 198.92 | 1 | 0.75 |
| Hex | 7D | D6 | FF | 33 | 10 | 0 | 0 | C7 | 64 | 4B |
| Octal | 175 | 326 | 377 | 63 | 20 | 0 | 0 | 307 | 144 | 113 |
| Binary | 1111101 | 11010110 | 11111111 | 110011 | 10000 | 0 | 0 | 11000111 | 1100100 | 1001011 |
Color Harmonies of #7DD6FF
Complementary color
Monochromatic Colors of #7DD6FF
Black with #7DD6FF
Text Example
Text Example
White with #7DD6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD6FF; }
p { color: rgb(125,214,255); }
H1.HeaderClassName
{
color: #7DD6FF;
}
.AnyTagClassName
{
color: #7DD6FF;
}
</style>
background-color css
<style>
a { background-color: #7DD6FF; }
a { background-color: rgb(125,214,255); }
div.DivClassName
{
background-color: #7DD6FF;
}
.BgClassName
{
background-color: #7DD6FF;
}
</style>
border-color css
<style>
span { border-color: #7DD6FF; }
span { border-color: rgb(125,214,255); }
td.TdClassName
{
border-color: #7DD6FF;
}
.TagClassName
{
border-color: #7DD6FF;
}
</style>