Shades of Summer Sky #2ABADB
Tints of Summer Sky #2ABADB
RGB
CMYK
RGB Variations
Color information
#2ABADB (or 0x2ABADB) is known color: Summer Sky. HEX triplet: 2A, BA and DB. RGB value is (42,186,219). Sum of RGB (Red+Green+Blue) = 42+186+219=447 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.40% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ABADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABADB is #D54524. Grayscale: #929292. Windows color (decimal): -13976869 or 14400042. OLE color: 14400042.
HSL color Cylindrical-coordinate representation of color #2ABADB: hue angle of 191.19º degrees, saturation: 0.71, 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 #2ABADB is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 42 | 186 | 219 | - |
CMYK | 0.81 | 0.15 | 0 | 0.14 |
HSL | 191.19º | 0.71% | 0.51% | - |
HSV(B) | 191.19º | 0.81% | 0.86% | - |
XYZ | 31.3 | 40.72 | 73.23 | - |
YUV | 146.71 | 168.79 | 53.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 186 | 219 | 0.81 | 0.15 | 0 | 0.14 | 191.19 | 0.71 | 0.51 |
Hex | 2A | BA | DB | 51 | F | 0 | E | BF | 47 | 33 |
Octal | 52 | 272 | 333 | 121 | 17 | 0 | 16 | 277 | 107 | 63 |
Binary | 101010 | 10111010 | 11011011 | 1010001 | 1111 | 0 | 1110 | 10111111 | 1000111 | 110011 |
Color Harmonies of #2ABADB
Complementary color
Monochromatic Colors of #2ABADB
Black with #2ABADB
Text Example
Text Example
White with #2ABADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABADB; }
p { color: rgb(42,186,219); }
H1.HeaderClassName
{
color: #2ABADB;
}
.AnyTagClassName
{
color: #2ABADB;
}
</style>
background-color css
<style>
a { background-color: #2ABADB; }
a { background-color: rgb(42,186,219); }
div.DivClassName
{
background-color: #2ABADB;
}
.BgClassName
{
background-color: #2ABADB;
}
</style>
border-color css
<style>
span { border-color: #2ABADB; }
span { border-color: rgb(42,186,219); }
td.TdClassName
{
border-color: #2ABADB;
}
.TagClassName
{
border-color: #2ABADB;
}
</style>