Shades of Summer Sky #2CBAE5
Tints of Summer Sky #2CBAE5
RGB
CMYK
RGB Variations
Color information
#2CBAE5 (or 0x2CBAE5) is known color: Summer Sky. HEX triplet: 2C, BA and E5. RGB value is (44,186,229). Sum of RGB (Red+Green+Blue) = 44+186+229=459 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.59% from 459); Green value is 186 (73.05% from 255 or 40.52% from 459); Blue value is 229 (89.84% from 255 or 49.89% from 459); Max value from RGB is 229 - color contains mainly: blue. Hex color #2CBAE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBAE5 is #D3451A. Grayscale: #949494. Windows color (decimal): -13845787 or 15055404. OLE color: 15055404.
HSL color Cylindrical-coordinate representation of color #2CBAE5: hue angle of 193.95º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CBAE5 is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 44 | 186 | 229 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.10 |
| HSL | 193.95º | 0.78% | 0.54% | - |
| HSV(B) | 193.95º | 0.81% | 0.9% | - |
| XYZ | 32.74 | 41.31 | 80.38 | - |
| YUV | 148.44 | 173.46 | 53.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 229 | 0.81 | 0.19 | 0 | 0.10 | 193.95 | 0.78 | 0.54 |
| Hex | 2C | BA | E5 | 51 | 13 | 0 | A | C2 | 4E | 36 |
| Octal | 54 | 272 | 345 | 121 | 23 | 0 | 12 | 302 | 116 | 66 |
| Binary | 101100 | 10111010 | 11100101 | 1010001 | 10011 | 0 | 1010 | 11000010 | 1001110 | 110110 |
Color Harmonies of #2CBAE5
Complementary color
Monochromatic Colors of #2CBAE5
Black with #2CBAE5
Text Example
Text Example
White with #2CBAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBAE5; }
p { color: rgb(44,186,229); }
H1.HeaderClassName
{
color: #2CBAE5;
}
.AnyTagClassName
{
color: #2CBAE5;
}
</style>
background-color css
<style>
a { background-color: #2CBAE5; }
a { background-color: rgb(44,186,229); }
div.DivClassName
{
background-color: #2CBAE5;
}
.BgClassName
{
background-color: #2CBAE5;
}
</style>
border-color css
<style>
span { border-color: #2CBAE5; }
span { border-color: rgb(44,186,229); }
td.TdClassName
{
border-color: #2CBAE5;
}
.TagClassName
{
border-color: #2CBAE5;
}
</style>