Shades of Sky Blue #7DCCED
Tints of Sky Blue #7DCCED
RGB
CMYK
RGB Variations
Color information
#7DCCED (or 0x7DCCED) is known color: Sky Blue. HEX triplet: 7D, CC and ED. RGB value is (125,204,237). Sum of RGB (Red+Green+Blue) = 125+204+237=566 (74% of max value = 765). Red value is 125 (49.22% from 255 or 22.08% from 566); Green value is 204 (80.08% from 255 or 36.04% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #7DCCED is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DCCED is #823312. Grayscale: #B7B7B7. Windows color (decimal): -8532755 or 15584381. OLE color: 15584381.
HSL color Cylindrical-coordinate representation of color #7DCCED: hue angle of 197.68º degrees, saturation: 0.76, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DCCED is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 125 | 204 | 237 | - |
| CMYK | 0.47 | 0.14 | 0 | 0.07 |
| HSL | 197.68º | 0.76% | 0.71% | - |
| HSV(B) | 197.68º | 0.47% | 0.93% | - |
| XYZ | 45.34 | 53.66 | 88.09 | - |
| YUV | 184.14 | 157.83 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 204 | 237 | 0.47 | 0.14 | 0 | 0.07 | 197.68 | 0.76 | 0.71 |
| Hex | 7D | CC | ED | 2F | E | 0 | 7 | C6 | 4C | 47 |
| Octal | 175 | 314 | 355 | 57 | 16 | 0 | 7 | 306 | 114 | 107 |
| Binary | 1111101 | 11001100 | 11101101 | 101111 | 1110 | 0 | 111 | 11000110 | 1001100 | 1000111 |
Color Harmonies of #7DCCED
Complementary color
Monochromatic Colors of #7DCCED
Black with #7DCCED
Text Example
Text Example
White with #7DCCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCCED; }
p { color: rgb(125,204,237); }
H1.HeaderClassName
{
color: #7DCCED;
}
.AnyTagClassName
{
color: #7DCCED;
}
</style>
background-color css
<style>
a { background-color: #7DCCED; }
a { background-color: rgb(125,204,237); }
div.DivClassName
{
background-color: #7DCCED;
}
.BgClassName
{
background-color: #7DCCED;
}
</style>
border-color css
<style>
span { border-color: #7DCCED; }
span { border-color: rgb(125,204,237); }
td.TdClassName
{
border-color: #7DCCED;
}
.TagClassName
{
border-color: #7DCCED;
}
</style>