Shades of Summer Sky #2AB0DA
Tints of Summer Sky #2AB0DA
RGB
CMYK
RGB Variations
Color information
#2AB0DA (or 0x2AB0DA) is known color: Summer Sky. HEX triplet: 2A, B0 and DA. RGB value is (42,176,218). Sum of RGB (Red+Green+Blue) = 42+176+218=436 (57% of max value = 765). Red value is 42 (16.80% from 255 or 9.63% from 436); Green value is 176 (69.14% from 255 or 40.37% from 436); Blue value is 218 (85.55% from 255 or 50% from 436); Max value from RGB is 218 - color contains mainly: blue. Hex color #2AB0DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB0DA is #D54F25. Grayscale: #8C8C8C. Windows color (decimal): -13979430 or 14331946. OLE color: 14331946.
HSL color Cylindrical-coordinate representation of color #2AB0DA: hue angle of 194.32º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2AB0DA is Cyan = 0.81, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 176 | 218 | - |
| CMYK | 0.81 | 0.19 | 0 | 0.15 |
| HSL | 194.32º | 0.7% | 0.51% | - |
| HSV(B) | 194.32º | 0.81% | 0.85% | - |
| XYZ | 29.14 | 36.6 | 71.86 | - |
| YUV | 140.72 | 171.61 | 57.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 218 | 0.81 | 0.19 | 0 | 0.15 | 194.32 | 0.7 | 0.51 |
| Hex | 2A | B0 | DA | 51 | 13 | 0 | F | C2 | 46 | 33 |
| Octal | 52 | 260 | 332 | 121 | 23 | 0 | 17 | 302 | 106 | 63 |
| Binary | 101010 | 10110000 | 11011010 | 1010001 | 10011 | 0 | 1111 | 11000010 | 1000110 | 110011 |
Color Harmonies of #2AB0DA
Complementary color
Monochromatic Colors of #2AB0DA
Black with #2AB0DA
Text Example
Text Example
White with #2AB0DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB0DA; }
p { color: rgb(42,176,218); }
H1.HeaderClassName
{
color: #2AB0DA;
}
.AnyTagClassName
{
color: #2AB0DA;
}
</style>
background-color css
<style>
a { background-color: #2AB0DA; }
a { background-color: rgb(42,176,218); }
div.DivClassName
{
background-color: #2AB0DA;
}
.BgClassName
{
background-color: #2AB0DA;
}
</style>
border-color css
<style>
span { border-color: #2AB0DA; }
span { border-color: rgb(42,176,218); }
td.TdClassName
{
border-color: #2AB0DA;
}
.TagClassName
{
border-color: #2AB0DA;
}
</style>