Shades of Light Sky Blue #7DC8FA
Tints of Light Sky Blue #7DC8FA
RGB
CMYK
RGB Variations
Color information
#7DC8FA (or 0x7DC8FA) is known color: Light Sky Blue. HEX triplet: 7D, C8 and FA. RGB value is (125,200,250). Sum of RGB (Red+Green+Blue) = 125+200+250=575 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.74% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 250 (98.05% from 255 or 43.48% from 575); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DC8FA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC8FA is #823705. Grayscale: #B7B7B7. Windows color (decimal): -8533766 or 16435325. OLE color: 16435325.
HSL color Cylindrical-coordinate representation of color #7DC8FA: hue angle of 204º 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 #7DC8FA is Cyan = 0.50, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 200 | 250 | - |
| CMYK | 0.50 | 0.2 | 0 | 0.02 |
| HSL | 204º | 0.93% | 0.74% | - |
| HSV(B) | 204º | 0.5% | 0.98% | - |
| XYZ | 46.37 | 52.57 | 98.15 | - |
| YUV | 183.28 | 165.65 | 86.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 200 | 250 | 0.50 | 0.2 | 0 | 0.02 | 204 | 0.93 | 0.74 |
| Hex | 7D | C8 | FA | 32 | 14 | 0 | 2 | CC | 5D | 4A |
| Octal | 175 | 310 | 372 | 62 | 24 | 0 | 2 | 314 | 135 | 112 |
| Binary | 1111101 | 11001000 | 11111010 | 110010 | 10100 | 0 | 10 | 11001100 | 1011101 | 1001010 |
Color Harmonies of #7DC8FA
Complementary color
Monochromatic Colors of #7DC8FA
Black with #7DC8FA
Text Example
Text Example
White with #7DC8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC8FA; }
p { color: rgb(125,200,250); }
H1.HeaderClassName
{
color: #7DC8FA;
}
.AnyTagClassName
{
color: #7DC8FA;
}
</style>
background-color css
<style>
a { background-color: #7DC8FA; }
a { background-color: rgb(125,200,250); }
div.DivClassName
{
background-color: #7DC8FA;
}
.BgClassName
{
background-color: #7DC8FA;
}
</style>
border-color css
<style>
span { border-color: #7DC8FA; }
span { border-color: rgb(125,200,250); }
td.TdClassName
{
border-color: #7DC8FA;
}
.TagClassName
{
border-color: #7DC8FA;
}
</style>