Shades of Light Sky Blue #7DD7FE
Tints of Light Sky Blue #7DD7FE
RGB
CMYK
RGB Variations
Color information
#7DD7FE (or 0x7DD7FE) is known color: Light Sky Blue. HEX triplet: 7D, D7 and FE. RGB value is (125,215,254). Sum of RGB (Red+Green+Blue) = 125+215+254=594 (78% of max value = 765). Red value is 125 (49.22% from 255 or 21.04% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DD7FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD7FE is #822801. Grayscale: #C0C0C0. Windows color (decimal): -8529922 or 16701309. OLE color: 16701309.
HSL color Cylindrical-coordinate representation of color #7DD7FE: hue angle of 198.14º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DD7FE is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 215 | 254 | - |
| CMYK | 0.51 | 0.15 | 0 | 0.00 |
| HSL | 198.14º | 0.98% | 0.74% | - |
| HSV(B) | 198.14º | 0.51% | 1% | - |
| XYZ | 50.65 | 60.12 | 102.7 | - |
| YUV | 192.54 | 162.68 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 215 | 254 | 0.51 | 0.15 | 0 | 0.00 | 198.14 | 0.98 | 0.74 |
| Hex | 7D | D7 | FE | 33 | F | 0 | 0 | C6 | 62 | 4A |
| Octal | 175 | 327 | 376 | 63 | 17 | 0 | 0 | 306 | 142 | 112 |
| Binary | 1111101 | 11010111 | 11111110 | 110011 | 1111 | 0 | 0 | 11000110 | 1100010 | 1001010 |
Color Harmonies of #7DD7FE
Complementary color
Monochromatic Colors of #7DD7FE
Black with #7DD7FE
Text Example
Text Example
White with #7DD7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD7FE; }
p { color: rgb(125,215,254); }
H1.HeaderClassName
{
color: #7DD7FE;
}
.AnyTagClassName
{
color: #7DD7FE;
}
</style>
background-color css
<style>
a { background-color: #7DD7FE; }
a { background-color: rgb(125,215,254); }
div.DivClassName
{
background-color: #7DD7FE;
}
.BgClassName
{
background-color: #7DD7FE;
}
</style>
border-color css
<style>
span { border-color: #7DD7FE; }
span { border-color: rgb(125,215,254); }
td.TdClassName
{
border-color: #7DD7FE;
}
.TagClassName
{
border-color: #7DD7FE;
}
</style>