Shades of Sky Blue #7DC4EA
Tints of Sky Blue #7DC4EA
RGB
CMYK
RGB Variations
Color information
#7DC4EA (or 0x7DC4EA) is known color: Sky Blue. HEX triplet: 7D, C4 and EA. RGB value is (125,196,234). Sum of RGB (Red+Green+Blue) = 125+196+234=555 (73% of max value = 765). Red value is 125 (49.22% from 255 or 22.52% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 234 (91.80% from 255 or 42.16% from 555); Max value from RGB is 234 - color contains mainly: blue. Hex color #7DC4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #7DC4EA is #823B15. Grayscale: #B2B2B2. Windows color (decimal): -8534806 or 15385725. OLE color: 15385725.
HSL color Cylindrical-coordinate representation of color #7DC4EA: hue angle of 200.92º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7DC4EA is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 125 | 196 | 234 | - |
| CMYK | 0.47 | 0.16 | 0 | 0.08 |
| HSL | 200.92º | 0.72% | 0.7% | - |
| HSV(B) | 200.92º | 0.47% | 0.92% | - |
| XYZ | 43.05 | 49.78 | 85.18 | - |
| YUV | 179.1 | 158.98 | 89.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 196 | 234 | 0.47 | 0.16 | 0 | 0.08 | 200.92 | 0.72 | 0.7 |
| Hex | 7D | C4 | EA | 2F | 10 | 0 | 8 | C9 | 48 | 46 |
| Octal | 175 | 304 | 352 | 57 | 20 | 0 | 10 | 311 | 110 | 106 |
| Binary | 1111101 | 11000100 | 11101010 | 101111 | 10000 | 0 | 1000 | 11001001 | 1001000 | 1000110 |
Color Harmonies of #7DC4EA
Complementary color
Monochromatic Colors of #7DC4EA
Black with #7DC4EA
Text Example
Text Example
White with #7DC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DC4EA; }
p { color: rgb(125,196,234); }
H1.HeaderClassName
{
color: #7DC4EA;
}
.AnyTagClassName
{
color: #7DC4EA;
}
</style>
background-color css
<style>
a { background-color: #7DC4EA; }
a { background-color: rgb(125,196,234); }
div.DivClassName
{
background-color: #7DC4EA;
}
.BgClassName
{
background-color: #7DC4EA;
}
</style>
border-color css
<style>
span { border-color: #7DC4EA; }
span { border-color: rgb(125,196,234); }
td.TdClassName
{
border-color: #7DC4EA;
}
.TagClassName
{
border-color: #7DC4EA;
}
</style>