Shades of Summer Sky #2ABDDB
Tints of Summer Sky #2ABDDB
RGB
CMYK
RGB Variations
Color information
#2ABDDB (or 0x2ABDDB) is known color: Summer Sky. HEX triplet: 2A, BD and DB. RGB value is (42,189,219). Sum of RGB (Red+Green+Blue) = 42+189+219=450 (59% of max value = 765). Red value is 42 (16.80% from 255 or 9.33% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #2ABDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABDDB is #D54224. Grayscale: #949494. Windows color (decimal): -13976101 or 14400810. OLE color: 14400810.
HSL color Cylindrical-coordinate representation of color #2ABDDB: hue angle of 190.17º 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 #2ABDDB is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 189 | 219 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.14 |
| HSL | 190.17º | 0.71% | 0.51% | - |
| HSV(B) | 190.17º | 0.81% | 0.86% | - |
| XYZ | 31.94 | 42 | 73.44 | - |
| YUV | 148.47 | 167.8 | 52.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 219 | 0.81 | 0.14 | 0 | 0.14 | 190.17 | 0.71 | 0.51 |
| Hex | 2A | BD | DB | 51 | E | 0 | E | BE | 47 | 33 |
| Octal | 52 | 275 | 333 | 121 | 16 | 0 | 16 | 276 | 107 | 63 |
| Binary | 101010 | 10111101 | 11011011 | 1010001 | 1110 | 0 | 1110 | 10111110 | 1000111 | 110011 |
Color Harmonies of #2ABDDB
Complementary color
Monochromatic Colors of #2ABDDB
Black with #2ABDDB
Text Example
Text Example
White with #2ABDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABDDB; }
p { color: rgb(42,189,219); }
H1.HeaderClassName
{
color: #2ABDDB;
}
.AnyTagClassName
{
color: #2ABDDB;
}
</style>
background-color css
<style>
a { background-color: #2ABDDB; }
a { background-color: rgb(42,189,219); }
div.DivClassName
{
background-color: #2ABDDB;
}
.BgClassName
{
background-color: #2ABDDB;
}
</style>
border-color css
<style>
span { border-color: #2ABDDB; }
span { border-color: rgb(42,189,219); }
td.TdClassName
{
border-color: #2ABDDB;
}
.TagClassName
{
border-color: #2ABDDB;
}
</style>