Shades of Summer Sky #2CBADC
Tints of Summer Sky #2CBADC
RGB
CMYK
RGB Variations
Color information
#2CBADC (or 0x2CBADC) is known color: Summer Sky. HEX triplet: 2C, BA and DC. RGB value is (44,186,220). Sum of RGB (Red+Green+Blue) = 44+186+220=450 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.78% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 220 (86.33% from 255 or 48.89% from 450); Max value from RGB is 220 - color contains mainly: blue. Hex color #2CBADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBADC is #D34523. Grayscale: #939393. Windows color (decimal): -13845796 or 14465580. OLE color: 14465580.
HSL color Cylindrical-coordinate representation of color #2CBADC: hue angle of 191.59º degrees, saturation: 0.72, 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 #2CBADC is Cyan = 0.8, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 186 | 220 | - |
| CMYK | 0.8 | 0.15 | 0 | 0.14 |
| HSL | 191.59º | 0.72% | 0.52% | - |
| HSV(B) | 191.59º | 0.8% | 0.86% | - |
| XYZ | 31.52 | 40.82 | 73.93 | - |
| YUV | 147.42 | 168.96 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 186 | 220 | 0.8 | 0.15 | 0 | 0.14 | 191.59 | 0.72 | 0.52 |
| Hex | 2C | BA | DC | 50 | F | 0 | E | C0 | 48 | 34 |
| Octal | 54 | 272 | 334 | 120 | 17 | 0 | 16 | 300 | 110 | 64 |
| Binary | 101100 | 10111010 | 11011100 | 1010000 | 1111 | 0 | 1110 | 11000000 | 1001000 | 110100 |
Color Harmonies of #2CBADC
Complementary color
Monochromatic Colors of #2CBADC
Black with #2CBADC
Text Example
Text Example
White with #2CBADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBADC; }
p { color: rgb(44,186,220); }
H1.HeaderClassName
{
color: #2CBADC;
}
.AnyTagClassName
{
color: #2CBADC;
}
</style>
background-color css
<style>
a { background-color: #2CBADC; }
a { background-color: rgb(44,186,220); }
div.DivClassName
{
background-color: #2CBADC;
}
.BgClassName
{
background-color: #2CBADC;
}
</style>
border-color css
<style>
span { border-color: #2CBADC; }
span { border-color: rgb(44,186,220); }
td.TdClassName
{
border-color: #2CBADC;
}
.TagClassName
{
border-color: #2CBADC;
}
</style>