Shades of Summer Sky #2AACDB
Tints of Summer Sky #2AACDB
RGB
CMYK
RGB Variations
Color information
#2AACDB (or 0x2AACDB) is known color: Summer Sky. HEX triplet: 2A, AC and DB. RGB value is (42,172,219). Sum of RGB (Red+Green+Blue) = 42+172+219=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 172 (67.58% from 255 or 39.72% 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 #2AACDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AACDB is #D55324. Grayscale: #8A8A8A. Windows color (decimal): -13980453 or 14396458. OLE color: 14396458.
HSL color Cylindrical-coordinate representation of color #2AACDB: hue angle of 195.93º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AACDB is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 172 | 219 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.14 |
| HSL | 195.93º | 0.71% | 0.51% | - |
| HSV(B) | 195.93º | 0.81% | 0.86% | - |
| XYZ | 28.49 | 35.11 | 72.29 | - |
| YUV | 138.49 | 173.43 | 59.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 172 | 219 | 0.81 | 0.21 | 0 | 0.14 | 195.93 | 0.71 | 0.51 |
| Hex | 2A | AC | DB | 51 | 15 | 0 | E | C4 | 47 | 33 |
| Octal | 52 | 254 | 333 | 121 | 25 | 0 | 16 | 304 | 107 | 63 |
| Binary | 101010 | 10101100 | 11011011 | 1010001 | 10101 | 0 | 1110 | 11000100 | 1000111 | 110011 |
Color Harmonies of #2AACDB
Complementary color
Monochromatic Colors of #2AACDB
Black with #2AACDB
Text Example
Text Example
White with #2AACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AACDB; }
p { color: rgb(42,172,219); }
H1.HeaderClassName
{
color: #2AACDB;
}
.AnyTagClassName
{
color: #2AACDB;
}
</style>
background-color css
<style>
a { background-color: #2AACDB; }
a { background-color: rgb(42,172,219); }
div.DivClassName
{
background-color: #2AACDB;
}
.BgClassName
{
background-color: #2AACDB;
}
</style>
border-color css
<style>
span { border-color: #2AACDB; }
span { border-color: rgb(42,172,219); }
td.TdClassName
{
border-color: #2AACDB;
}
.TagClassName
{
border-color: #2AACDB;
}
</style>