Shades of Summer Sky #2AB2DA
Tints of Summer Sky #2AB2DA
RGB
CMYK
RGB Variations
Color information
#2AB2DA (or 0x2AB2DA) is known color: Summer Sky. HEX triplet: 2A, B2 and DA. RGB value is (42,178,218). Sum of RGB (Red+Green+Blue) = 42+178+218=438 (58% of max value = 765). Red value is 42 (16.80% from 255 or 9.59% from 438); Green value is 178 (69.92% from 255 or 40.64% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #2AB2DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2AB2DA is #D54D25. Grayscale: #8D8D8D. Windows color (decimal): -13978918 or 14332458. OLE color: 14332458.
HSL color Cylindrical-coordinate representation of color #2AB2DA: hue angle of 193.64º 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 #2AB2DA is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 42 | 178 | 218 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.15 |
| HSL | 193.64º | 0.7% | 0.51% | - |
| HSV(B) | 193.64º | 0.81% | 0.85% | - |
| XYZ | 29.53 | 37.39 | 71.99 | - |
| YUV | 141.9 | 170.94 | 56.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 218 | 0.81 | 0.18 | 0 | 0.15 | 193.64 | 0.7 | 0.51 |
| Hex | 2A | B2 | DA | 51 | 12 | 0 | F | C2 | 46 | 33 |
| Octal | 52 | 262 | 332 | 121 | 22 | 0 | 17 | 302 | 106 | 63 |
| Binary | 101010 | 10110010 | 11011010 | 1010001 | 10010 | 0 | 1111 | 11000010 | 1000110 | 110011 |
Color Harmonies of #2AB2DA
Complementary color
Monochromatic Colors of #2AB2DA
Black with #2AB2DA
Text Example
Text Example
White with #2AB2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB2DA; }
p { color: rgb(42,178,218); }
H1.HeaderClassName
{
color: #2AB2DA;
}
.AnyTagClassName
{
color: #2AB2DA;
}
</style>
background-color css
<style>
a { background-color: #2AB2DA; }
a { background-color: rgb(42,178,218); }
div.DivClassName
{
background-color: #2AB2DA;
}
.BgClassName
{
background-color: #2AB2DA;
}
</style>
border-color css
<style>
span { border-color: #2AB2DA; }
span { border-color: rgb(42,178,218); }
td.TdClassName
{
border-color: #2AB2DA;
}
.TagClassName
{
border-color: #2AB2DA;
}
</style>