Shades of Summer Sky #2AABCD
Tints of Summer Sky #2AABCD
RGB
CMYK
RGB Variations
Color information
#2AABCD (or 0x2AABCD) is known color: Summer Sky. HEX triplet: 2A, AB and CD. RGB value is (42,171,205). Sum of RGB (Red+Green+Blue) = 42+171+205=418 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.05% from 418); Green value is 171 (67.19% from 255 or 40.91% from 418); Blue value is 205 (80.47% from 255 or 49.04% from 418); Max value from RGB is 205 - color contains mainly: blue. Hex color #2AABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AABCD is #D55432. Grayscale: #888888. Windows color (decimal): -13980723 or 13478698. OLE color: 13478698.
HSL color Cylindrical-coordinate representation of color #2AABCD: hue angle of 192.52º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2AABCD is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 171 | 205 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.20 |
| HSL | 192.52º | 0.66% | 0.48% | - |
| HSV(B) | 192.52º | 0.8% | 0.8% | - |
| XYZ | 26.54 | 34.03 | 62.93 | - |
| YUV | 136.31 | 166.76 | 60.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 205 | 0.80 | 0.17 | 0 | 0.20 | 192.52 | 0.66 | 0.48 |
| Hex | 2A | AB | CD | 50 | 11 | 0 | 14 | C1 | 42 | 30 |
| Octal | 52 | 253 | 315 | 120 | 21 | 0 | 24 | 301 | 102 | 60 |
| Binary | 101010 | 10101011 | 11001101 | 1010000 | 10001 | 0 | 10100 | 11000001 | 1000010 | 110000 |
Color Harmonies of #2AABCD
Complementary color
Monochromatic Colors of #2AABCD
Black with #2AABCD
Text Example
Text Example
White with #2AABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABCD; }
p { color: rgb(42,171,205); }
H1.HeaderClassName
{
color: #2AABCD;
}
.AnyTagClassName
{
color: #2AABCD;
}
</style>
background-color css
<style>
a { background-color: #2AABCD; }
a { background-color: rgb(42,171,205); }
div.DivClassName
{
background-color: #2AABCD;
}
.BgClassName
{
background-color: #2AABCD;
}
</style>
border-color css
<style>
span { border-color: #2AABCD; }
span { border-color: rgb(42,171,205); }
td.TdClassName
{
border-color: #2AABCD;
}
.TagClassName
{
border-color: #2AABCD;
}
</style>