Shades of Summer Sky #2AB9DB
Tints of Summer Sky #2AB9DB
RGB
CMYK
RGB Variations
Color information
#2AB9DB (or 0x2AB9DB) is known color: Summer Sky. HEX triplet: 2A, B9 and DB. RGB value is (42,185,219). Sum of RGB (Red+Green+Blue) = 42+185+219=446 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.42% from 446); Green value is 185 (72.66% from 255 or 41.48% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #2AB9DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB9DB is #D54624. Grayscale: #919191. Windows color (decimal): -13977125 or 14399786. OLE color: 14399786.
HSL color Cylindrical-coordinate representation of color #2AB9DB: hue angle of 191.53º 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 #2AB9DB is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 185 | 219 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.14 |
| HSL | 191.53º | 0.71% | 0.51% | - |
| HSV(B) | 191.53º | 0.81% | 0.86% | - |
| XYZ | 31.09 | 40.3 | 73.16 | - |
| YUV | 146.12 | 169.12 | 53.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 219 | 0.81 | 0.16 | 0 | 0.14 | 191.53 | 0.71 | 0.51 |
| Hex | 2A | B9 | DB | 51 | 10 | 0 | E | C0 | 47 | 33 |
| Octal | 52 | 271 | 333 | 121 | 20 | 0 | 16 | 300 | 107 | 63 |
| Binary | 101010 | 10111001 | 11011011 | 1010001 | 10000 | 0 | 1110 | 11000000 | 1000111 | 110011 |
Color Harmonies of #2AB9DB
Complementary color
Monochromatic Colors of #2AB9DB
Black with #2AB9DB
Text Example
Text Example
White with #2AB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB9DB; }
p { color: rgb(42,185,219); }
H1.HeaderClassName
{
color: #2AB9DB;
}
.AnyTagClassName
{
color: #2AB9DB;
}
</style>
background-color css
<style>
a { background-color: #2AB9DB; }
a { background-color: rgb(42,185,219); }
div.DivClassName
{
background-color: #2AB9DB;
}
.BgClassName
{
background-color: #2AB9DB;
}
</style>
border-color css
<style>
span { border-color: #2AB9DB; }
span { border-color: rgb(42,185,219); }
td.TdClassName
{
border-color: #2AB9DB;
}
.TagClassName
{
border-color: #2AB9DB;
}
</style>