Shades of Light Sky Blue #7DD1F6
Tints of Light Sky Blue #7DD1F6
RGB
CMYK
RGB Variations
Color information
#7DD1F6 (or 0x7DD1F6) is known color: Light Sky Blue. HEX triplet: 7D, D1 and F6. RGB value is (125,209,246). Sum of RGB (Red+Green+Blue) = 125+209+246=580 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.55% from 580); Green value is 209 (82.03% from 255 or 36.03% from 580); Blue value is 246 (96.48% from 255 or 42.41% from 580); Max value from RGB is 246 - color contains mainly: blue. Hex color #7DD1F6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD1F6 is #822E09. Grayscale: #BBBBBB. Windows color (decimal): -8531466 or 16175485. OLE color: 16175485.
HSL color Cylindrical-coordinate representation of color #7DD1F6: hue angle of 198.35º 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 #7DD1F6 is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 125 | 209 | 246 | - |
| CMYK | 0.49 | 0.15 | 0 | 0.04 |
| HSL | 198.35º | 0.87% | 0.73% | - |
| HSV(B) | 198.35º | 0.49% | 0.96% | - |
| XYZ | 47.89 | 56.61 | 95.59 | - |
| YUV | 188.1 | 160.67 | 82.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 209 | 246 | 0.49 | 0.15 | 0 | 0.04 | 198.35 | 0.87 | 0.73 |
| Hex | 7D | D1 | F6 | 31 | F | 0 | 4 | C6 | 57 | 49 |
| Octal | 175 | 321 | 366 | 61 | 17 | 0 | 4 | 306 | 127 | 111 |
| Binary | 1111101 | 11010001 | 11110110 | 110001 | 1111 | 0 | 100 | 11000110 | 1010111 | 1001001 |
Color Harmonies of #7DD1F6
Complementary color
Monochromatic Colors of #7DD1F6
Black with #7DD1F6
Text Example
Text Example
White with #7DD1F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD1F6; }
p { color: rgb(125,209,246); }
H1.HeaderClassName
{
color: #7DD1F6;
}
.AnyTagClassName
{
color: #7DD1F6;
}
</style>
background-color css
<style>
a { background-color: #7DD1F6; }
a { background-color: rgb(125,209,246); }
div.DivClassName
{
background-color: #7DD1F6;
}
.BgClassName
{
background-color: #7DD1F6;
}
</style>
border-color css
<style>
span { border-color: #7DD1F6; }
span { border-color: rgb(125,209,246); }
td.TdClassName
{
border-color: #7DD1F6;
}
.TagClassName
{
border-color: #7DD1F6;
}
</style>