Shades of Light Sky Blue #7DE0FF
Tints of Light Sky Blue #7DE0FF
RGB
CMYK
RGB Variations
Color information
#7DE0FF (or 0x7DE0FF) is known color: Light Sky Blue. HEX triplet: 7D, E0 and FF. RGB value is (125,224,255). Sum of RGB (Red+Green+Blue) = 125+224+255=604 (80% of max value = 765). Red value is 125 (49.22% from 255 or 20.70% from 604); Green value is 224 (87.89% from 255 or 37.09% from 604); Blue value is 255 (100% from 255 or 42.22% from 604); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DE0FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE0FF is #821F00. Grayscale: #C5C5C5. Windows color (decimal): -8527617 or 16769149. OLE color: 16769149.
HSL color Cylindrical-coordinate representation of color #7DE0FF: hue angle of 194.31º 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 #7DE0FF is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 224 | 255 | - |
| CMYK | 0.51 | 0.12 | 0 | 0 |
| HSL | 194.31º | 1% | 0.75% | - |
| HSV(B) | 194.31º | 0.51% | 1% | - |
| XYZ | 53.16 | 64.89 | 104.33 | - |
| YUV | 197.93 | 160.2 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 224 | 255 | 0.51 | 0.12 | 0 | 0 | 194.31 | 1 | 0.75 |
| Hex | 7D | E0 | FF | 33 | C | 0 | 0 | C2 | 64 | 4B |
| Octal | 175 | 340 | 377 | 63 | 14 | 0 | 0 | 302 | 144 | 113 |
| Binary | 1111101 | 11100000 | 11111111 | 110011 | 1100 | 0 | 0 | 11000010 | 1100100 | 1001011 |
Color Harmonies of #7DE0FF
Complementary color
Monochromatic Colors of #7DE0FF
Black with #7DE0FF
Text Example
Text Example
White with #7DE0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE0FF; }
p { color: rgb(125,224,255); }
H1.HeaderClassName
{
color: #7DE0FF;
}
.AnyTagClassName
{
color: #7DE0FF;
}
</style>
background-color css
<style>
a { background-color: #7DE0FF; }
a { background-color: rgb(125,224,255); }
div.DivClassName
{
background-color: #7DE0FF;
}
.BgClassName
{
background-color: #7DE0FF;
}
</style>
border-color css
<style>
span { border-color: #7DE0FF; }
span { border-color: rgb(125,224,255); }
td.TdClassName
{
border-color: #7DE0FF;
}
.TagClassName
{
border-color: #7DE0FF;
}
</style>