Shades of Summer Sky #2AB0DC
Tints of Summer Sky #2AB0DC
RGB
CMYK
RGB Variations
Color information
#2AB0DC (or 0x2AB0DC) is known color: Summer Sky. HEX triplet: 2A, B0 and DC. RGB value is (42,176,220). Sum of RGB (Red+Green+Blue) = 42+176+220=438 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.59% from 438); Green value is 176 (69.14% from 255 or 40.18% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #2AB0DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB0DC is #D54F23. Grayscale: #8C8C8C. Windows color (decimal): -13979428 or 14463018. OLE color: 14463018.
HSL color Cylindrical-coordinate representation of color #2AB0DC: hue angle of 194.83º degrees, saturation: 0.72, 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 #2AB0DC is Cyan = 0.81, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 176 | 220 | - |
| CMYK | 0.81 | 0.2 | 0 | 0.14 |
| HSL | 194.83º | 0.72% | 0.51% | - |
| HSV(B) | 194.83º | 0.81% | 0.86% | - |
| XYZ | 29.4 | 36.71 | 73.25 | - |
| YUV | 140.95 | 172.61 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 220 | 0.81 | 0.2 | 0 | 0.14 | 194.83 | 0.72 | 0.51 |
| Hex | 2A | B0 | DC | 51 | 14 | 0 | E | C3 | 48 | 33 |
| Octal | 52 | 260 | 334 | 121 | 24 | 0 | 16 | 303 | 110 | 63 |
| Binary | 101010 | 10110000 | 11011100 | 1010001 | 10100 | 0 | 1110 | 11000011 | 1001000 | 110011 |
Color Harmonies of #2AB0DC
Complementary color
Monochromatic Colors of #2AB0DC
Black with #2AB0DC
Text Example
Text Example
White with #2AB0DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB0DC; }
p { color: rgb(42,176,220); }
H1.HeaderClassName
{
color: #2AB0DC;
}
.AnyTagClassName
{
color: #2AB0DC;
}
</style>
background-color css
<style>
a { background-color: #2AB0DC; }
a { background-color: rgb(42,176,220); }
div.DivClassName
{
background-color: #2AB0DC;
}
.BgClassName
{
background-color: #2AB0DC;
}
</style>
border-color css
<style>
span { border-color: #2AB0DC; }
span { border-color: rgb(42,176,220); }
td.TdClassName
{
border-color: #2AB0DC;
}
.TagClassName
{
border-color: #2AB0DC;
}
</style>