Shades of Sky Blue #7CC1E3
Tints of Sky Blue #7CC1E3
RGB
CMYK
RGB Variations
Color information
#7CC1E3 (or 0x7CC1E3) is known color: Sky Blue. HEX triplet: 7C, C1 and E3. RGB value is (124,193,227). Sum of RGB (Red+Green+Blue) = 124+193+227=544 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.79% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 227 (89.06% from 255 or 41.73% from 544); Max value from RGB is 227 - color contains mainly: blue. Hex color #7CC1E3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC1E3 is #833E1C. Grayscale: #B0B0B0. Windows color (decimal): -8601117 or 14926204. OLE color: 14926204.
HSL color Cylindrical-coordinate representation of color #7CC1E3: hue angle of 199.81º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7CC1E3 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 124 | 193 | 227 | - |
| CMYK | 0.45 | 0.15 | 0 | 0.11 |
| HSL | 199.81º | 0.65% | 0.69% | - |
| HSV(B) | 199.81º | 0.45% | 0.89% | - |
| XYZ | 41.25 | 47.97 | 79.76 | - |
| YUV | 176.25 | 156.64 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 193 | 227 | 0.45 | 0.15 | 0 | 0.11 | 199.81 | 0.65 | 0.69 |
| Hex | 7C | C1 | E3 | 2D | F | 0 | B | C8 | 41 | 45 |
| Octal | 174 | 301 | 343 | 55 | 17 | 0 | 13 | 310 | 101 | 105 |
| Binary | 1111100 | 11000001 | 11100011 | 101101 | 1111 | 0 | 1011 | 11001000 | 1000001 | 1000101 |
Color Harmonies of #7CC1E3
Complementary color
Monochromatic Colors of #7CC1E3
Black with #7CC1E3
Text Example
Text Example
White with #7CC1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CC1E3; }
p { color: rgb(124,193,227); }
H1.HeaderClassName
{
color: #7CC1E3;
}
.AnyTagClassName
{
color: #7CC1E3;
}
</style>
background-color css
<style>
a { background-color: #7CC1E3; }
a { background-color: rgb(124,193,227); }
div.DivClassName
{
background-color: #7CC1E3;
}
.BgClassName
{
background-color: #7CC1E3;
}
</style>
border-color css
<style>
span { border-color: #7CC1E3; }
span { border-color: rgb(124,193,227); }
td.TdClassName
{
border-color: #7CC1E3;
}
.TagClassName
{
border-color: #7CC1E3;
}
</style>