Shades of Summer Sky #2AABDA
Tints of Summer Sky #2AABDA
RGB
CMYK
RGB Variations
Color information
#2AABDA (or 0x2AABDA) is known color: Summer Sky. HEX triplet: 2A, AB and DA. RGB value is (42,171,218). Sum of RGB (Red+Green+Blue) = 42+171+218=431 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.74% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #2AABDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AABDA is #D55425. Grayscale: #898989. Windows color (decimal): -13980710 or 14330666. OLE color: 14330666.
HSL color Cylindrical-coordinate representation of color #2AABDA: hue angle of 196.02º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AABDA is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 171 | 218 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.15 |
| HSL | 196.02º | 0.7% | 0.51% | - |
| HSV(B) | 196.02º | 0.81% | 0.85% | - |
| XYZ | 28.17 | 34.68 | 71.54 | - |
| YUV | 137.79 | 173.26 | 59.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 218 | 0.81 | 0.22 | 0 | 0.15 | 196.02 | 0.7 | 0.51 |
| Hex | 2A | AB | DA | 51 | 16 | 0 | F | C4 | 46 | 33 |
| Octal | 52 | 253 | 332 | 121 | 26 | 0 | 17 | 304 | 106 | 63 |
| Binary | 101010 | 10101011 | 11011010 | 1010001 | 10110 | 0 | 1111 | 11000100 | 1000110 | 110011 |
Color Harmonies of #2AABDA
Complementary color
Monochromatic Colors of #2AABDA
Black with #2AABDA
Text Example
Text Example
White with #2AABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABDA; }
p { color: rgb(42,171,218); }
H1.HeaderClassName
{
color: #2AABDA;
}
.AnyTagClassName
{
color: #2AABDA;
}
</style>
background-color css
<style>
a { background-color: #2AABDA; }
a { background-color: rgb(42,171,218); }
div.DivClassName
{
background-color: #2AABDA;
}
.BgClassName
{
background-color: #2AABDA;
}
</style>
border-color css
<style>
span { border-color: #2AABDA; }
span { border-color: rgb(42,171,218); }
td.TdClassName
{
border-color: #2AABDA;
}
.TagClassName
{
border-color: #2AABDA;
}
</style>