Shades of Summer Sky #2AAEDB
Tints of Summer Sky #2AAEDB
RGB
CMYK
RGB Variations
Color information
#2AAEDB (or 0x2AAEDB) is known color: Summer Sky. HEX triplet: 2A, AE and DB. RGB value is (42,174,219). Sum of RGB (Red+Green+Blue) = 42+174+219=435 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.66% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #2AAEDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AAEDB is #D55124. Grayscale: #8B8B8B. Windows color (decimal): -13979941 or 14396970. OLE color: 14396970.
HSL color Cylindrical-coordinate representation of color #2AAEDB: hue angle of 195.25º 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 #2AAEDB is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 174 | 219 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.14 |
| HSL | 195.25º | 0.71% | 0.51% | - |
| HSV(B) | 195.25º | 0.81% | 0.86% | - |
| XYZ | 28.88 | 35.88 | 72.42 | - |
| YUV | 139.66 | 172.77 | 58.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 174 | 219 | 0.81 | 0.21 | 0 | 0.14 | 195.25 | 0.71 | 0.51 |
| Hex | 2A | AE | DB | 51 | 15 | 0 | E | C3 | 47 | 33 |
| Octal | 52 | 256 | 333 | 121 | 25 | 0 | 16 | 303 | 107 | 63 |
| Binary | 101010 | 10101110 | 11011011 | 1010001 | 10101 | 0 | 1110 | 11000011 | 1000111 | 110011 |
Color Harmonies of #2AAEDB
Complementary color
Monochromatic Colors of #2AAEDB
Black with #2AAEDB
Text Example
Text Example
White with #2AAEDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AAEDB; }
p { color: rgb(42,174,219); }
H1.HeaderClassName
{
color: #2AAEDB;
}
.AnyTagClassName
{
color: #2AAEDB;
}
</style>
background-color css
<style>
a { background-color: #2AAEDB; }
a { background-color: rgb(42,174,219); }
div.DivClassName
{
background-color: #2AAEDB;
}
.BgClassName
{
background-color: #2AAEDB;
}
</style>
border-color css
<style>
span { border-color: #2AAEDB; }
span { border-color: rgb(42,174,219); }
td.TdClassName
{
border-color: #2AAEDB;
}
.TagClassName
{
border-color: #2AAEDB;
}
</style>