Shades of Light Sky Blue #7DD4F6
Tints of Light Sky Blue #7DD4F6
RGB
CMYK
RGB Variations
Color information
#7DD4F6 (or 0x7DD4F6) is known color: Light Sky Blue. HEX triplet: 7D, D4 and F6. RGB value is (125,212,246). Sum of RGB (Red+Green+Blue) = 125+212+246=583 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.44% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #7DD4F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD4F6 is #822B09. Grayscale: #BDBDBD. Windows color (decimal): -8530698 or 16176253. OLE color: 16176253.
HSL color Cylindrical-coordinate representation of color #7DD4F6: hue angle of 196.86º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7DD4F6 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 212 | 246 | - |
| CMYK | 0.49 | 0.14 | 0 | 0.04 |
| HSL | 196.86º | 0.87% | 0.73% | - |
| HSV(B) | 196.86º | 0.49% | 0.96% | - |
| XYZ | 48.64 | 58.1 | 95.84 | - |
| YUV | 189.86 | 159.68 | 81.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 212 | 246 | 0.49 | 0.14 | 0 | 0.04 | 196.86 | 0.87 | 0.73 |
| Hex | 7D | D4 | F6 | 31 | E | 0 | 4 | C5 | 57 | 49 |
| Octal | 175 | 324 | 366 | 61 | 16 | 0 | 4 | 305 | 127 | 111 |
| Binary | 1111101 | 11010100 | 11110110 | 110001 | 1110 | 0 | 100 | 11000101 | 1010111 | 1001001 |
Color Harmonies of #7DD4F6
Complementary color
Monochromatic Colors of #7DD4F6
Black with #7DD4F6
Text Example
Text Example
White with #7DD4F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD4F6; }
p { color: rgb(125,212,246); }
H1.HeaderClassName
{
color: #7DD4F6;
}
.AnyTagClassName
{
color: #7DD4F6;
}
</style>
background-color css
<style>
a { background-color: #7DD4F6; }
a { background-color: rgb(125,212,246); }
div.DivClassName
{
background-color: #7DD4F6;
}
.BgClassName
{
background-color: #7DD4F6;
}
</style>
border-color css
<style>
span { border-color: #7DD4F6; }
span { border-color: rgb(125,212,246); }
td.TdClassName
{
border-color: #7DD4F6;
}
.TagClassName
{
border-color: #7DD4F6;
}
</style>