Shades of Light Sky Blue #7DCAFE
Tints of Light Sky Blue #7DCAFE
RGB
CMYK
RGB Variations
Color information
#7DCAFE (or 0x7DCAFE) is known color: Light Sky Blue. HEX triplet: 7D, CA and FE. RGB value is (125,202,254). Sum of RGB (Red+Green+Blue) = 125+202+254=581 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.51% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 254 (99.61% from 255 or 43.72% from 581); Max value from RGB is 254 - color contains mainly: blue. Hex color #7DCAFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCAFE is #823501. Grayscale: #B8B8B8. Windows color (decimal): -8533250 or 16697981. OLE color: 16697981.
HSL color Cylindrical-coordinate representation of color #7DCAFE: hue angle of 204.19º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7DCAFE is Cyan = 0.51, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 125 | 202 | 254 | - |
| CMYK | 0.51 | 0.20 | 0 | 0.00 |
| HSL | 204.19º | 0.98% | 0.74% | - |
| HSV(B) | 204.19º | 0.51% | 1% | - |
| XYZ | 47.47 | 53.76 | 101.64 | - |
| YUV | 184.91 | 166.99 | 85.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 254 | 0.51 | 0.20 | 0 | 0.00 | 204.19 | 0.98 | 0.74 |
| Hex | 7D | CA | FE | 33 | 14 | 0 | 0 | CC | 62 | 4A |
| Octal | 175 | 312 | 376 | 63 | 24 | 0 | 0 | 314 | 142 | 112 |
| Binary | 1111101 | 11001010 | 11111110 | 110011 | 10100 | 0 | 0 | 11001100 | 1100010 | 1001010 |
Color Harmonies of #7DCAFE
Complementary color
Monochromatic Colors of #7DCAFE
Black with #7DCAFE
Text Example
Text Example
White with #7DCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCAFE; }
p { color: rgb(125,202,254); }
H1.HeaderClassName
{
color: #7DCAFE;
}
.AnyTagClassName
{
color: #7DCAFE;
}
</style>
background-color css
<style>
a { background-color: #7DCAFE; }
a { background-color: rgb(125,202,254); }
div.DivClassName
{
background-color: #7DCAFE;
}
.BgClassName
{
background-color: #7DCAFE;
}
</style>
border-color css
<style>
span { border-color: #7DCAFE; }
span { border-color: rgb(125,202,254); }
td.TdClassName
{
border-color: #7DCAFE;
}
.TagClassName
{
border-color: #7DCAFE;
}
</style>