Shades of Summer Sky #2AB0CD
Tints of Summer Sky #2AB0CD
RGB
CMYK
RGB Variations
Color information
#2AB0CD (or 0x2AB0CD) is known color: Summer Sky. HEX triplet: 2A, B0 and CD. RGB value is (42,176,205). Sum of RGB (Red+Green+Blue) = 42+176+205=423 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.93% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 205 (80.47% from 255 or 48.46% from 423); Max value from RGB is 205 - color contains mainly: blue. Hex color #2AB0CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB0CD is #D54F32. Grayscale: #8A8A8A. Windows color (decimal): -13979443 or 13479978. OLE color: 13479978.
HSL color Cylindrical-coordinate representation of color #2AB0CD: hue angle of 190.67º 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 #2AB0CD is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 176 | 205 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.20 |
| HSL | 190.67º | 0.66% | 0.48% | - |
| HSV(B) | 190.67º | 0.8% | 0.8% | - |
| XYZ | 27.5 | 35.95 | 63.25 | - |
| YUV | 139.24 | 165.11 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 205 | 0.80 | 0.14 | 0 | 0.20 | 190.67 | 0.66 | 0.48 |
| Hex | 2A | B0 | CD | 50 | E | 0 | 14 | BF | 42 | 30 |
| Octal | 52 | 260 | 315 | 120 | 16 | 0 | 24 | 277 | 102 | 60 |
| Binary | 101010 | 10110000 | 11001101 | 1010000 | 1110 | 0 | 10100 | 10111111 | 1000010 | 110000 |
Color Harmonies of #2AB0CD
Complementary color
Monochromatic Colors of #2AB0CD
Black with #2AB0CD
Text Example
Text Example
White with #2AB0CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB0CD; }
p { color: rgb(42,176,205); }
H1.HeaderClassName
{
color: #2AB0CD;
}
.AnyTagClassName
{
color: #2AB0CD;
}
</style>
background-color css
<style>
a { background-color: #2AB0CD; }
a { background-color: rgb(42,176,205); }
div.DivClassName
{
background-color: #2AB0CD;
}
.BgClassName
{
background-color: #2AB0CD;
}
</style>
border-color css
<style>
span { border-color: #2AB0CD; }
span { border-color: rgb(42,176,205); }
td.TdClassName
{
border-color: #2AB0CD;
}
.TagClassName
{
border-color: #2AB0CD;
}
</style>