Shades of Summer Sky #2AB9DD
Tints of Summer Sky #2AB9DD
RGB
CMYK
RGB Variations
Color information
#2AB9DD (or 0x2AB9DD) is known color: Summer Sky. HEX triplet: 2A, B9 and DD. RGB value is (42,185,221). Sum of RGB (Red+Green+Blue) = 42+185+221=448 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.38% from 448); Green value is 185 (72.66% from 255 or 41.29% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #2AB9DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2AB9DD is #D54622. Grayscale: #929292. Windows color (decimal): -13977123 or 14530858. OLE color: 14530858.
HSL color Cylindrical-coordinate representation of color #2AB9DD: hue angle of 192.07º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AB9DD is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 185 | 221 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.13 |
| HSL | 192.07º | 0.72% | 0.52% | - |
| HSV(B) | 192.07º | 0.81% | 0.87% | - |
| XYZ | 31.35 | 40.41 | 74.55 | - |
| YUV | 146.35 | 170.12 | 53.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 221 | 0.81 | 0.16 | 0 | 0.13 | 192.07 | 0.72 | 0.52 |
| Hex | 2A | B9 | DD | 51 | 10 | 0 | D | C0 | 48 | 34 |
| Octal | 52 | 271 | 335 | 121 | 20 | 0 | 15 | 300 | 110 | 64 |
| Binary | 101010 | 10111001 | 11011101 | 1010001 | 10000 | 0 | 1101 | 11000000 | 1001000 | 110100 |
Color Harmonies of #2AB9DD
Complementary color
Monochromatic Colors of #2AB9DD
Black with #2AB9DD
Text Example
Text Example
White with #2AB9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB9DD; }
p { color: rgb(42,185,221); }
H1.HeaderClassName
{
color: #2AB9DD;
}
.AnyTagClassName
{
color: #2AB9DD;
}
</style>
background-color css
<style>
a { background-color: #2AB9DD; }
a { background-color: rgb(42,185,221); }
div.DivClassName
{
background-color: #2AB9DD;
}
.BgClassName
{
background-color: #2AB9DD;
}
</style>
border-color css
<style>
span { border-color: #2AB9DD; }
span { border-color: rgb(42,185,221); }
td.TdClassName
{
border-color: #2AB9DD;
}
.TagClassName
{
border-color: #2AB9DD;
}
</style>