Shades of Summer Sky #2AABDC
Tints of Summer Sky #2AABDC
RGB
CMYK
RGB Variations
Color information
#2AABDC (or 0x2AABDC) is known color: Summer Sky. HEX triplet: 2A, AB and DC. RGB value is (42,171,220). Sum of RGB (Red+Green+Blue) = 42+171+220=433 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.70% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #2AABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AABDC is #D55423. Grayscale: #898989. Windows color (decimal): -13980708 or 14461738. OLE color: 14461738.
HSL color Cylindrical-coordinate representation of color #2AABDC: hue angle of 196.52º degrees, saturation: 0.72, 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 #2AABDC is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 171 | 220 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.14 |
| HSL | 196.52º | 0.72% | 0.51% | - |
| HSV(B) | 196.52º | 0.81% | 0.86% | - |
| XYZ | 28.44 | 34.79 | 72.93 | - |
| YUV | 138.02 | 174.26 | 59.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 220 | 0.81 | 0.22 | 0 | 0.14 | 196.52 | 0.72 | 0.51 |
| Hex | 2A | AB | DC | 51 | 16 | 0 | E | C5 | 48 | 33 |
| Octal | 52 | 253 | 334 | 121 | 26 | 0 | 16 | 305 | 110 | 63 |
| Binary | 101010 | 10101011 | 11011100 | 1010001 | 10110 | 0 | 1110 | 11000101 | 1001000 | 110011 |
Color Harmonies of #2AABDC
Complementary color
Monochromatic Colors of #2AABDC
Black with #2AABDC
Text Example
Text Example
White with #2AABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABDC; }
p { color: rgb(42,171,220); }
H1.HeaderClassName
{
color: #2AABDC;
}
.AnyTagClassName
{
color: #2AABDC;
}
</style>
background-color css
<style>
a { background-color: #2AABDC; }
a { background-color: rgb(42,171,220); }
div.DivClassName
{
background-color: #2AABDC;
}
.BgClassName
{
background-color: #2AABDC;
}
</style>
border-color css
<style>
span { border-color: #2AABDC; }
span { border-color: rgb(42,171,220); }
td.TdClassName
{
border-color: #2AABDC;
}
.TagClassName
{
border-color: #2AABDC;
}
</style>