Shades of Summer Sky #2CACED
Tints of Summer Sky #2CACED
RGB
CMYK
RGB Variations
Color information
#2CACED (or 0x2CACED) is known color: Summer Sky. HEX triplet: 2C, AC and ED. RGB value is (44,172,237). Sum of RGB (Red+Green+Blue) = 44+172+237=453 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.71% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 237 (92.97% from 255 or 52.32% from 453); Max value from RGB is 237 - color contains mainly: blue. Hex color #2CACED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CACED is #D35312. Grayscale: #8C8C8C. Windows color (decimal): -13849363 or 15576108. OLE color: 15576108.
HSL color Cylindrical-coordinate representation of color #2CACED: hue angle of 200.21º degrees, saturation: 0.84, 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 #2CACED is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 172 | 237 | - |
| CMYK | 0.81 | 0.27 | 0 | 0.07 |
| HSL | 200.21º | 0.84% | 0.55% | - |
| HSV(B) | 200.21º | 0.81% | 0.93% | - |
| XYZ | 31.08 | 36.15 | 85.46 | - |
| YUV | 141.14 | 182.09 | 58.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 237 | 0.81 | 0.27 | 0 | 0.07 | 200.21 | 0.84 | 0.55 |
| Hex | 2C | AC | ED | 51 | 1B | 0 | 7 | C8 | 54 | 37 |
| Octal | 54 | 254 | 355 | 121 | 33 | 0 | 7 | 310 | 124 | 67 |
| Binary | 101100 | 10101100 | 11101101 | 1010001 | 11011 | 0 | 111 | 11001000 | 1010100 | 110111 |
Color Harmonies of #2CACED
Complementary color
Monochromatic Colors of #2CACED
Black with #2CACED
Text Example
Text Example
White with #2CACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CACED; }
p { color: rgb(44,172,237); }
H1.HeaderClassName
{
color: #2CACED;
}
.AnyTagClassName
{
color: #2CACED;
}
</style>
background-color css
<style>
a { background-color: #2CACED; }
a { background-color: rgb(44,172,237); }
div.DivClassName
{
background-color: #2CACED;
}
.BgClassName
{
background-color: #2CACED;
}
</style>
border-color css
<style>
span { border-color: #2CACED; }
span { border-color: rgb(44,172,237); }
td.TdClassName
{
border-color: #2CACED;
}
.TagClassName
{
border-color: #2CACED;
}
</style>