Shades of Summer Sky #2CA4EC
Tints of Summer Sky #2CA4EC
RGB
CMYK
RGB Variations
Color information
#2CA4EC (or 0x2CA4EC) is known color: Summer Sky. HEX triplet: 2C, A4 and EC. RGB value is (44,164,236). Sum of RGB (Red+Green+Blue) = 44+164+236=444 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.91% from 444); Green value is 164 (64.45% from 255 or 36.94% from 444); Blue value is 236 (92.58% from 255 or 53.15% from 444); Max value from RGB is 236 - color contains mainly: blue. Hex color #2CA4EC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CA4EC is #D35B13. Grayscale: #878787. Windows color (decimal): -13851412 or 15508524. OLE color: 15508524.
HSL color Cylindrical-coordinate representation of color #2CA4EC: hue angle of 202.5º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CA4EC is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 164 | 236 | - |
| CMYK | 0.81 | 0.31 | 0 | 0.07 |
| HSL | 202.5º | 0.83% | 0.55% | - |
| HSV(B) | 202.5º | 0.81% | 0.93% | - |
| XYZ | 29.45 | 33.14 | 84.2 | - |
| YUV | 136.33 | 184.24 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 164 | 236 | 0.81 | 0.31 | 0 | 0.07 | 202.5 | 0.83 | 0.55 |
| Hex | 2C | A4 | EC | 51 | 1F | 0 | 7 | CA | 53 | 37 |
| Octal | 54 | 244 | 354 | 121 | 37 | 0 | 7 | 312 | 123 | 67 |
| Binary | 101100 | 10100100 | 11101100 | 1010001 | 11111 | 0 | 111 | 11001010 | 1010011 | 110111 |
Color Harmonies of #2CA4EC
Complementary color
Monochromatic Colors of #2CA4EC
Black with #2CA4EC
Text Example
Text Example
White with #2CA4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CA4EC; }
p { color: rgb(44,164,236); }
H1.HeaderClassName
{
color: #2CA4EC;
}
.AnyTagClassName
{
color: #2CA4EC;
}
</style>
background-color css
<style>
a { background-color: #2CA4EC; }
a { background-color: rgb(44,164,236); }
div.DivClassName
{
background-color: #2CA4EC;
}
.BgClassName
{
background-color: #2CA4EC;
}
</style>
border-color css
<style>
span { border-color: #2CA4EC; }
span { border-color: rgb(44,164,236); }
td.TdClassName
{
border-color: #2CA4EC;
}
.TagClassName
{
border-color: #2CA4EC;
}
</style>