Shades of Summer Sky #2AA4DB
Tints of Summer Sky #2AA4DB
RGB
CMYK
RGB Variations
Color information
#2AA4DB (or 0x2AA4DB) is known color: Summer Sky. HEX triplet: 2A, A4 and DB. RGB value is (42,164,219). Sum of RGB (Red+Green+Blue) = 42+164+219=425 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.88% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #2AA4DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AA4DB is #D55B24. Grayscale: #858585. Windows color (decimal): -13982501 or 14394410. OLE color: 14394410.
HSL color Cylindrical-coordinate representation of color #2AA4DB: hue angle of 198.64º 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 #2AA4DB is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 164 | 219 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.14 |
| HSL | 198.64º | 0.71% | 0.51% | - |
| HSV(B) | 198.64º | 0.81% | 0.86% | - |
| XYZ | 27.02 | 32.16 | 71.8 | - |
| YUV | 133.79 | 176.08 | 62.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 164 | 219 | 0.81 | 0.25 | 0 | 0.14 | 198.64 | 0.71 | 0.51 |
| Hex | 2A | A4 | DB | 51 | 19 | 0 | E | C7 | 47 | 33 |
| Octal | 52 | 244 | 333 | 121 | 31 | 0 | 16 | 307 | 107 | 63 |
| Binary | 101010 | 10100100 | 11011011 | 1010001 | 11001 | 0 | 1110 | 11000111 | 1000111 | 110011 |
Color Harmonies of #2AA4DB
Complementary color
Monochromatic Colors of #2AA4DB
Black with #2AA4DB
Text Example
Text Example
White with #2AA4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AA4DB; }
p { color: rgb(42,164,219); }
H1.HeaderClassName
{
color: #2AA4DB;
}
.AnyTagClassName
{
color: #2AA4DB;
}
</style>
background-color css
<style>
a { background-color: #2AA4DB; }
a { background-color: rgb(42,164,219); }
div.DivClassName
{
background-color: #2AA4DB;
}
.BgClassName
{
background-color: #2AA4DB;
}
</style>
border-color css
<style>
span { border-color: #2AA4DB; }
span { border-color: rgb(42,164,219); }
td.TdClassName
{
border-color: #2AA4DB;
}
.TagClassName
{
border-color: #2AA4DB;
}
</style>