Shades of Summer Sky #2CAAEB
Tints of Summer Sky #2CAAEB
RGB
CMYK
RGB Variations
Color information
#2CAAEB (or 0x2CAAEB) is known color: Summer Sky. HEX triplet: 2C, AA and EB. RGB value is (44,170,235). Sum of RGB (Red+Green+Blue) = 44+170+235=449 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.80% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 235 (92.19% from 255 or 52.34% from 449); Max value from RGB is 235 - color contains mainly: blue. Hex color #2CAAEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CAAEB is #D35514. Grayscale: #8B8B8B. Windows color (decimal): -13849877 or 15444524. OLE color: 15444524.
HSL color Cylindrical-coordinate representation of color #2CAAEB: hue angle of 200.42º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CAAEB is Cyan = 0.81, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 170 | 235 | - |
| CMYK | 0.81 | 0.28 | 0 | 0.08 |
| HSL | 200.42º | 0.83% | 0.55% | - |
| HSV(B) | 200.42º | 0.81% | 0.92% | - |
| XYZ | 30.41 | 35.28 | 83.8 | - |
| YUV | 139.74 | 181.76 | 59.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 235 | 0.81 | 0.28 | 0 | 0.08 | 200.42 | 0.83 | 0.55 |
| Hex | 2C | AA | EB | 51 | 1C | 0 | 8 | C8 | 53 | 37 |
| Octal | 54 | 252 | 353 | 121 | 34 | 0 | 10 | 310 | 123 | 67 |
| Binary | 101100 | 10101010 | 11101011 | 1010001 | 11100 | 0 | 1000 | 11001000 | 1010011 | 110111 |
Color Harmonies of #2CAAEB
Complementary color
Monochromatic Colors of #2CAAEB
Black with #2CAAEB
Text Example
Text Example
White with #2CAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAAEB; }
p { color: rgb(44,170,235); }
H1.HeaderClassName
{
color: #2CAAEB;
}
.AnyTagClassName
{
color: #2CAAEB;
}
</style>
background-color css
<style>
a { background-color: #2CAAEB; }
a { background-color: rgb(44,170,235); }
div.DivClassName
{
background-color: #2CAAEB;
}
.BgClassName
{
background-color: #2CAAEB;
}
</style>
border-color css
<style>
span { border-color: #2CAAEB; }
span { border-color: rgb(44,170,235); }
td.TdClassName
{
border-color: #2CAAEB;
}
.TagClassName
{
border-color: #2CAAEB;
}
</style>