Shades of Light Sky Blue #7DC9FF
Tints of Light Sky Blue #7DC9FF
RGB
CMYK
RGB Variations
Color information
#7DC9FF (or 0x7DC9FF) is known color: Light Sky Blue. HEX triplet: 7D, C9 and FF. RGB value is (125,201,255). Sum of RGB (Red+Green+Blue) = 125+201+255=581 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.51% from 581); Green value is 201 (78.91% from 255 or 34.60% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #7DC9FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC9FF is #823600. Grayscale: #B8B8B8. Windows color (decimal): -8533505 or 16763261. OLE color: 16763261.
HSL color Cylindrical-coordinate representation of color #7DC9FF: hue angle of 204.92º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DC9FF is Cyan = 0.51, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 125 | 201 | 255 | - |
| CMYK | 0.51 | 0.21 | 0 | 0 |
| HSL | 204.92º | 1% | 0.75% | - |
| HSV(B) | 204.92º | 0.51% | 1% | - |
| XYZ | 47.39 | 53.35 | 102.41 | - |
| YUV | 184.43 | 167.82 | 85.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 201 | 255 | 0.51 | 0.21 | 0 | 0 | 204.92 | 1 | 0.75 |
| Hex | 7D | C9 | FF | 33 | 15 | 0 | 0 | CD | 64 | 4B |
| Octal | 175 | 311 | 377 | 63 | 25 | 0 | 0 | 315 | 144 | 113 |
| Binary | 1111101 | 11001001 | 11111111 | 110011 | 10101 | 0 | 0 | 11001101 | 1100100 | 1001011 |
Color Harmonies of #7DC9FF
Complementary color
Monochromatic Colors of #7DC9FF
Black with #7DC9FF
Text Example
Text Example
White with #7DC9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC9FF; }
p { color: rgb(125,201,255); }
H1.HeaderClassName
{
color: #7DC9FF;
}
.AnyTagClassName
{
color: #7DC9FF;
}
</style>
background-color css
<style>
a { background-color: #7DC9FF; }
a { background-color: rgb(125,201,255); }
div.DivClassName
{
background-color: #7DC9FF;
}
.BgClassName
{
background-color: #7DC9FF;
}
</style>
border-color css
<style>
span { border-color: #7DC9FF; }
span { border-color: rgb(125,201,255); }
td.TdClassName
{
border-color: #7DC9FF;
}
.TagClassName
{
border-color: #7DC9FF;
}
</style>