Shades of Light Sky Blue #7DE0FC
Tints of Light Sky Blue #7DE0FC
RGB
CMYK
RGB Variations
Color information
#7DE0FC (or 0x7DE0FC) is known color: Light Sky Blue. HEX triplet: 7D, E0 and FC. RGB value is (125,224,252). Sum of RGB (Red+Green+Blue) = 125+224+252=601 (79% of max value = 765). Red value is 125 (49.22% from 255 or 20.80% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 252 (98.83% from 255 or 41.93% from 601); Max value from RGB is 252 - color contains mainly: blue. Hex color #7DE0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DE0FC is #821F03. Grayscale: #C5C5C5. Windows color (decimal): -8527620 or 16572541. OLE color: 16572541.
HSL color Cylindrical-coordinate representation of color #7DE0FC: hue angle of 193.23º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DE0FC is Cyan = 0.50, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 125 | 224 | 252 | - |
| CMYK | 0.50 | 0.11 | 0 | 0.01 |
| HSL | 193.23º | 0.95% | 0.74% | - |
| HSV(B) | 193.23º | 0.5% | 0.99% | - |
| XYZ | 52.68 | 64.7 | 101.81 | - |
| YUV | 197.59 | 158.7 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 224 | 252 | 0.50 | 0.11 | 0 | 0.01 | 193.23 | 0.95 | 0.74 |
| Hex | 7D | E0 | FC | 32 | B | 0 | 1 | C1 | 5F | 4A |
| Octal | 175 | 340 | 374 | 62 | 13 | 0 | 1 | 301 | 137 | 112 |
| Binary | 1111101 | 11100000 | 11111100 | 110010 | 1011 | 0 | 1 | 11000001 | 1011111 | 1001010 |
Color Harmonies of #7DE0FC
Complementary color
Monochromatic Colors of #7DE0FC
Black with #7DE0FC
Text Example
Text Example
White with #7DE0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DE0FC; }
p { color: rgb(125,224,252); }
H1.HeaderClassName
{
color: #7DE0FC;
}
.AnyTagClassName
{
color: #7DE0FC;
}
</style>
background-color css
<style>
a { background-color: #7DE0FC; }
a { background-color: rgb(125,224,252); }
div.DivClassName
{
background-color: #7DE0FC;
}
.BgClassName
{
background-color: #7DE0FC;
}
</style>
border-color css
<style>
span { border-color: #7DE0FC; }
span { border-color: rgb(125,224,252); }
td.TdClassName
{
border-color: #7DE0FC;
}
.TagClassName
{
border-color: #7DE0FC;
}
</style>