Shades of Summer Sky #2CACEB
Tints of Summer Sky #2CACEB
RGB
CMYK
RGB Variations
Color information
#2CACEB (or 0x2CACEB) is known color: Summer Sky. HEX triplet: 2C, AC and EB. RGB value is (44,172,235). Sum of RGB (Red+Green+Blue) = 44+172+235=451 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.76% from 451); Green value is 172 (67.58% from 255 or 38.14% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #2CACEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CACEB is #D35314. Grayscale: #8C8C8C. Windows color (decimal): -13849365 or 15445036. OLE color: 15445036.
HSL color Cylindrical-coordinate representation of color #2CACEB: hue angle of 199.79º 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 #2CACEB is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 172 | 235 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.08 |
| HSL | 199.79º | 0.83% | 0.55% | - |
| HSV(B) | 199.79º | 0.81% | 0.92% | - |
| XYZ | 30.79 | 36.04 | 83.93 | - |
| YUV | 140.91 | 181.09 | 58.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 235 | 0.81 | 0.27 | 0 | 0.08 | 199.79 | 0.83 | 0.55 |
| Hex | 2C | AC | EB | 51 | 1B | 0 | 8 | C8 | 53 | 37 |
| Octal | 54 | 254 | 353 | 121 | 33 | 0 | 10 | 310 | 123 | 67 |
| Binary | 101100 | 10101100 | 11101011 | 1010001 | 11011 | 0 | 1000 | 11001000 | 1010011 | 110111 |
Color Harmonies of #2CACEB
Complementary color
Monochromatic Colors of #2CACEB
Black with #2CACEB
Text Example
Text Example
White with #2CACEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CACEB; }
p { color: rgb(44,172,235); }
H1.HeaderClassName
{
color: #2CACEB;
}
.AnyTagClassName
{
color: #2CACEB;
}
</style>
background-color css
<style>
a { background-color: #2CACEB; }
a { background-color: rgb(44,172,235); }
div.DivClassName
{
background-color: #2CACEB;
}
.BgClassName
{
background-color: #2CACEB;
}
</style>
border-color css
<style>
span { border-color: #2CACEB; }
span { border-color: rgb(44,172,235); }
td.TdClassName
{
border-color: #2CACEB;
}
.TagClassName
{
border-color: #2CACEB;
}
</style>