Shades of Light Sky Blue #7DCEFA
Tints of Light Sky Blue #7DCEFA
RGB
CMYK
RGB Variations
Color information
#7DCEFA (or 0x7DCEFA) is known color: Light Sky Blue. HEX triplet: 7D, CE and FA. RGB value is (125,206,250). Sum of RGB (Red+Green+Blue) = 125+206+250=581 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.51% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #7DCEFA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCEFA is #823105. Grayscale: #BABABA. Windows color (decimal): -8532230 or 16436861. OLE color: 16436861.
HSL color Cylindrical-coordinate representation of color #7DCEFA: hue angle of 201.12º 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 #7DCEFA is Cyan = 0.50, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 125 | 206 | 250 | - |
| CMYK | 0.50 | 0.18 | 0 | 0.02 |
| HSL | 201.12º | 0.93% | 0.74% | - |
| HSV(B) | 201.12º | 0.5% | 0.98% | - |
| XYZ | 47.78 | 55.4 | 98.62 | - |
| YUV | 186.8 | 163.66 | 83.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 206 | 250 | 0.50 | 0.18 | 0 | 0.02 | 201.12 | 0.93 | 0.74 |
| Hex | 7D | CE | FA | 32 | 12 | 0 | 2 | C9 | 5D | 4A |
| Octal | 175 | 316 | 372 | 62 | 22 | 0 | 2 | 311 | 135 | 112 |
| Binary | 1111101 | 11001110 | 11111010 | 110010 | 10010 | 0 | 10 | 11001001 | 1011101 | 1001010 |
Color Harmonies of #7DCEFA
Complementary color
Monochromatic Colors of #7DCEFA
Black with #7DCEFA
Text Example
Text Example
White with #7DCEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCEFA; }
p { color: rgb(125,206,250); }
H1.HeaderClassName
{
color: #7DCEFA;
}
.AnyTagClassName
{
color: #7DCEFA;
}
</style>
background-color css
<style>
a { background-color: #7DCEFA; }
a { background-color: rgb(125,206,250); }
div.DivClassName
{
background-color: #7DCEFA;
}
.BgClassName
{
background-color: #7DCEFA;
}
</style>
border-color css
<style>
span { border-color: #7DCEFA; }
span { border-color: rgb(125,206,250); }
td.TdClassName
{
border-color: #7DCEFA;
}
.TagClassName
{
border-color: #7DCEFA;
}
</style>