Shades of Light Sky Blue #7DDDFD
Tints of Light Sky Blue #7DDDFD
RGB
CMYK
RGB Variations
Color information
#7DDDFD (or 0x7DDDFD) is known color: Light Sky Blue. HEX triplet: 7D, DD and FD. RGB value is (125,221,253). Sum of RGB (Red+Green+Blue) = 125+221+253=599 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.87% from 599); Green value is 221 (86.72% from 255 or 36.89% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #7DDDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DDDFD is #822202. Grayscale: #C3C3C3. Windows color (decimal): -8528387 or 16637309. OLE color: 16637309.
HSL color Cylindrical-coordinate representation of color #7DDDFD: hue angle of 195º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DDDFD is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 221 | 253 | - |
| CMYK | 0.51 | 0.13 | 0 | 0.01 |
| HSL | 195º | 0.97% | 0.74% | - |
| HSV(B) | 195º | 0.51% | 0.99% | - |
| XYZ | 52.04 | 63.16 | 102.38 | - |
| YUV | 195.94 | 160.2 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 221 | 253 | 0.51 | 0.13 | 0 | 0.01 | 195 | 0.97 | 0.74 |
| Hex | 7D | DD | FD | 33 | D | 0 | 1 | C3 | 61 | 4A |
| Octal | 175 | 335 | 375 | 63 | 15 | 0 | 1 | 303 | 141 | 112 |
| Binary | 1111101 | 11011101 | 11111101 | 110011 | 1101 | 0 | 1 | 11000011 | 1100001 | 1001010 |
Color Harmonies of #7DDDFD
Complementary color
Monochromatic Colors of #7DDDFD
Black with #7DDDFD
Text Example
Text Example
White with #7DDDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDDFD; }
p { color: rgb(125,221,253); }
H1.HeaderClassName
{
color: #7DDDFD;
}
.AnyTagClassName
{
color: #7DDDFD;
}
</style>
background-color css
<style>
a { background-color: #7DDDFD; }
a { background-color: rgb(125,221,253); }
div.DivClassName
{
background-color: #7DDDFD;
}
.BgClassName
{
background-color: #7DDDFD;
}
</style>
border-color css
<style>
span { border-color: #7DDDFD; }
span { border-color: rgb(125,221,253); }
td.TdClassName
{
border-color: #7DDDFD;
}
.TagClassName
{
border-color: #7DDDFD;
}
</style>