Shades of Summer Sky #2CACDB
Tints of Summer Sky #2CACDB
RGB
CMYK
RGB Variations
Color information
#2CACDB (or 0x2CACDB) is known color: Summer Sky. HEX triplet: 2C, AC and DB. RGB value is (44,172,219). Sum of RGB (Red+Green+Blue) = 44+172+219=435 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.11% from 435); Green value is 172 (67.58% from 255 or 39.54% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #2CACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CACDB is #D35324. Grayscale: #8A8A8A. Windows color (decimal): -13849381 or 14396460. OLE color: 14396460.
HSL color Cylindrical-coordinate representation of color #2CACDB: hue angle of 196.11º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CACDB is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 172 | 219 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.14 |
| HSL | 196.11º | 0.71% | 0.52% | - |
| HSV(B) | 196.11º | 0.8% | 0.86% | - |
| XYZ | 28.58 | 35.16 | 72.3 | - |
| YUV | 139.09 | 173.09 | 60.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 172 | 219 | 0.80 | 0.21 | 0 | 0.14 | 196.11 | 0.71 | 0.52 |
| Hex | 2C | AC | DB | 50 | 15 | 0 | E | C4 | 47 | 34 |
| Octal | 54 | 254 | 333 | 120 | 25 | 0 | 16 | 304 | 107 | 64 |
| Binary | 101100 | 10101100 | 11011011 | 1010000 | 10101 | 0 | 1110 | 11000100 | 1000111 | 110100 |
Color Harmonies of #2CACDB
Complementary color
Monochromatic Colors of #2CACDB
Black with #2CACDB
Text Example
Text Example
White with #2CACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CACDB; }
p { color: rgb(44,172,219); }
H1.HeaderClassName
{
color: #2CACDB;
}
.AnyTagClassName
{
color: #2CACDB;
}
</style>
background-color css
<style>
a { background-color: #2CACDB; }
a { background-color: rgb(44,172,219); }
div.DivClassName
{
background-color: #2CACDB;
}
.BgClassName
{
background-color: #2CACDB;
}
</style>
border-color css
<style>
span { border-color: #2CACDB; }
span { border-color: rgb(44,172,219); }
td.TdClassName
{
border-color: #2CACDB;
}
.TagClassName
{
border-color: #2CACDB;
}
</style>