Shades of Summer Sky #2CAACD
Tints of Summer Sky #2CAACD
RGB
CMYK
RGB Variations
Color information
#2CAACD (or 0x2CAACD) is known color: Summer Sky. HEX triplet: 2C, AA and CD. RGB value is (44,170,205). Sum of RGB (Red+Green+Blue) = 44+170+205=419 (55% of max value = 765). Red value is 44 (17.58% from 255 or 10.50% from 419); Green value is 170 (66.80% from 255 or 40.57% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #2CAACD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CAACD is #D35532. Grayscale: #888888. Windows color (decimal): -13849907 or 13478444. OLE color: 13478444.
HSL color Cylindrical-coordinate representation of color #2CAACD: hue angle of 193.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CAACD is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 170 | 205 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.20 |
| HSL | 193.04º | 0.65% | 0.49% | - |
| HSV(B) | 193.04º | 0.79% | 0.8% | - |
| XYZ | 26.43 | 33.69 | 62.87 | - |
| YUV | 136.32 | 166.76 | 62.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 170 | 205 | 0.79 | 0.17 | 0 | 0.20 | 193.04 | 0.65 | 0.49 |
| Hex | 2C | AA | CD | 4F | 11 | 0 | 14 | C1 | 41 | 31 |
| Octal | 54 | 252 | 315 | 117 | 21 | 0 | 24 | 301 | 101 | 61 |
| Binary | 101100 | 10101010 | 11001101 | 1001111 | 10001 | 0 | 10100 | 11000001 | 1000001 | 110001 |
Color Harmonies of #2CAACD
Complementary color
Monochromatic Colors of #2CAACD
Black with #2CAACD
Text Example
Text Example
White with #2CAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CAACD; }
p { color: rgb(44,170,205); }
H1.HeaderClassName
{
color: #2CAACD;
}
.AnyTagClassName
{
color: #2CAACD;
}
</style>
background-color css
<style>
a { background-color: #2CAACD; }
a { background-color: rgb(44,170,205); }
div.DivClassName
{
background-color: #2CAACD;
}
.BgClassName
{
background-color: #2CAACD;
}
</style>
border-color css
<style>
span { border-color: #2CAACD; }
span { border-color: rgb(44,170,205); }
td.TdClassName
{
border-color: #2CAACD;
}
.TagClassName
{
border-color: #2CAACD;
}
</style>