Shades of Light Sky Blue #7DD5FA
Tints of Light Sky Blue #7DD5FA
RGB
CMYK
RGB Variations
Color information
#7DD5FA (or 0x7DD5FA) is known color: Light Sky Blue. HEX triplet: 7D, D5 and FA. RGB value is (125,213,250). Sum of RGB (Red+Green+Blue) = 125+213+250=588 (77% of max value = 765). Red value is 125 (49.22% from 255 or 21.26% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 250 (98.05% from 255 or 42.52% from 588); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DD5FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DD5FA is #822A05. Grayscale: #BEBEBE. Windows color (decimal): -8530438 or 16438653. OLE color: 16438653.
HSL color Cylindrical-coordinate representation of color #7DD5FA: hue angle of 197.76º degrees, saturation: 0.93, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DD5FA is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 213 | 250 | - |
| CMYK | 0.50 | 0.15 | 0 | 0.02 |
| HSL | 197.76º | 0.93% | 0.74% | - |
| HSV(B) | 197.76º | 0.5% | 0.98% | - |
| XYZ | 49.51 | 58.85 | 99.19 | - |
| YUV | 190.91 | 161.35 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 213 | 250 | 0.50 | 0.15 | 0 | 0.02 | 197.76 | 0.93 | 0.74 |
| Hex | 7D | D5 | FA | 32 | F | 0 | 2 | C6 | 5D | 4A |
| Octal | 175 | 325 | 372 | 62 | 17 | 0 | 2 | 306 | 135 | 112 |
| Binary | 1111101 | 11010101 | 11111010 | 110010 | 1111 | 0 | 10 | 11000110 | 1011101 | 1001010 |
Color Harmonies of #7DD5FA
Complementary color
Monochromatic Colors of #7DD5FA
Black with #7DD5FA
Text Example
Text Example
White with #7DD5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DD5FA; }
p { color: rgb(125,213,250); }
H1.HeaderClassName
{
color: #7DD5FA;
}
.AnyTagClassName
{
color: #7DD5FA;
}
</style>
background-color css
<style>
a { background-color: #7DD5FA; }
a { background-color: rgb(125,213,250); }
div.DivClassName
{
background-color: #7DD5FA;
}
.BgClassName
{
background-color: #7DD5FA;
}
</style>
border-color css
<style>
span { border-color: #7DD5FA; }
span { border-color: rgb(125,213,250); }
td.TdClassName
{
border-color: #7DD5FA;
}
.TagClassName
{
border-color: #7DD5FA;
}
</style>