Shades of Summer Sky #2CAADB
Tints of Summer Sky #2CAADB
RGB
CMYK
RGB Variations
Color information
#2CAADB (or 0x2CAADB) is known color: Summer Sky. HEX triplet: 2C, AA and DB. RGB value is (44,170,219). Sum of RGB (Red+Green+Blue) = 44+170+219=433 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.16% from 433); Green value is 170 (66.80% from 255 or 39.26% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #2CAADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CAADB is #D35524. Grayscale: #898989. Windows color (decimal): -13849893 or 14395948. OLE color: 14395948.
HSL color Cylindrical-coordinate representation of color #2CAADB: hue angle of 196.8º 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 #2CAADB is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 170 | 219 | - |
| CMYK | 0.80 | 0.22 | 0 | 0.14 |
| HSL | 196.8º | 0.71% | 0.52% | - |
| HSV(B) | 196.8º | 0.8% | 0.86% | - |
| XYZ | 28.2 | 34.4 | 72.17 | - |
| YUV | 137.91 | 173.76 | 61.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 219 | 0.80 | 0.22 | 0 | 0.14 | 196.8 | 0.71 | 0.52 |
| Hex | 2C | AA | DB | 50 | 16 | 0 | E | C5 | 47 | 34 |
| Octal | 54 | 252 | 333 | 120 | 26 | 0 | 16 | 305 | 107 | 64 |
| Binary | 101100 | 10101010 | 11011011 | 1010000 | 10110 | 0 | 1110 | 11000101 | 1000111 | 110100 |
Color Harmonies of #2CAADB
Complementary color
Monochromatic Colors of #2CAADB
Black with #2CAADB
Text Example
Text Example
White with #2CAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAADB; }
p { color: rgb(44,170,219); }
H1.HeaderClassName
{
color: #2CAADB;
}
.AnyTagClassName
{
color: #2CAADB;
}
</style>
background-color css
<style>
a { background-color: #2CAADB; }
a { background-color: rgb(44,170,219); }
div.DivClassName
{
background-color: #2CAADB;
}
.BgClassName
{
background-color: #2CAADB;
}
</style>
border-color css
<style>
span { border-color: #2CAADB; }
span { border-color: rgb(44,170,219); }
td.TdClassName
{
border-color: #2CAADB;
}
.TagClassName
{
border-color: #2CAADB;
}
</style>