Shades of Light Sky Blue #7DCAF8
Tints of Light Sky Blue #7DCAF8
RGB
CMYK
RGB Variations
Color information
#7DCAF8 (or 0x7DCAF8) is known color: Light Sky Blue. HEX triplet: 7D, CA and F8. RGB value is (125,202,248). Sum of RGB (Red+Green+Blue) = 125+202+248=575 (76% of max value = 765). Red value is 125 (49.22% from 255 or 21.74% from 575); Green value is 202 (79.30% from 255 or 35.13% from 575); Blue value is 248 (97.27% from 255 or 43.13% from 575); Max value from RGB is 248 - color contains mainly: blue. Hex color #7DCAF8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCAF8 is #823507. Grayscale: #B7B7B7. Windows color (decimal): -8533256 or 16304765. OLE color: 16304765.
HSL color Cylindrical-coordinate representation of color #7DCAF8: hue angle of 202.44º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7DCAF8 is Cyan = 0.50, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 125 | 202 | 248 | - |
| CMYK | 0.50 | 0.19 | 0 | 0.03 |
| HSL | 202.44º | 0.9% | 0.73% | - |
| HSV(B) | 202.44º | 0.5% | 0.97% | - |
| XYZ | 46.52 | 53.38 | 96.66 | - |
| YUV | 184.22 | 163.99 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 202 | 248 | 0.50 | 0.19 | 0 | 0.03 | 202.44 | 0.9 | 0.73 |
| Hex | 7D | CA | F8 | 32 | 13 | 0 | 3 | CA | 5A | 49 |
| Octal | 175 | 312 | 370 | 62 | 23 | 0 | 3 | 312 | 132 | 111 |
| Binary | 1111101 | 11001010 | 11111000 | 110010 | 10011 | 0 | 11 | 11001010 | 1011010 | 1001001 |
Color Harmonies of #7DCAF8
Complementary color
Monochromatic Colors of #7DCAF8
Black with #7DCAF8
Text Example
Text Example
White with #7DCAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCAF8; }
p { color: rgb(125,202,248); }
H1.HeaderClassName
{
color: #7DCAF8;
}
.AnyTagClassName
{
color: #7DCAF8;
}
</style>
background-color css
<style>
a { background-color: #7DCAF8; }
a { background-color: rgb(125,202,248); }
div.DivClassName
{
background-color: #7DCAF8;
}
.BgClassName
{
background-color: #7DCAF8;
}
</style>
border-color css
<style>
span { border-color: #7DCAF8; }
span { border-color: rgb(125,202,248); }
td.TdClassName
{
border-color: #7DCAF8;
}
.TagClassName
{
border-color: #7DCAF8;
}
</style>