Shades of Summer Sky #2BBADA
Tints of Summer Sky #2BBADA
RGB
CMYK
RGB Variations
Color information
#2BBADA (or 0x2BBADA) is known color: Summer Sky. HEX triplet: 2B, BA and DA. RGB value is (43,186,218). Sum of RGB (Red+Green+Blue) = 43+186+218=447 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.62% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #2BBADA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBADA is #D44525. Grayscale: #929292. Windows color (decimal): -13911334 or 14334507. OLE color: 14334507.
HSL color Cylindrical-coordinate representation of color #2BBADA: hue angle of 190.97º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBADA is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 186 | 218 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.15 |
| HSL | 190.97º | 0.7% | 0.51% | - |
| HSV(B) | 190.97º | 0.8% | 0.85% | - |
| XYZ | 31.21 | 40.69 | 72.54 | - |
| YUV | 146.89 | 168.12 | 53.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 218 | 0.80 | 0.15 | 0 | 0.15 | 190.97 | 0.7 | 0.51 |
| Hex | 2B | BA | DA | 50 | F | 0 | F | BF | 46 | 33 |
| Octal | 53 | 272 | 332 | 120 | 17 | 0 | 17 | 277 | 106 | 63 |
| Binary | 101011 | 10111010 | 11011010 | 1010000 | 1111 | 0 | 1111 | 10111111 | 1000110 | 110011 |
Color Harmonies of #2BBADA
Complementary color
Monochromatic Colors of #2BBADA
Black with #2BBADA
Text Example
Text Example
White with #2BBADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBADA; }
p { color: rgb(43,186,218); }
H1.HeaderClassName
{
color: #2BBADA;
}
.AnyTagClassName
{
color: #2BBADA;
}
</style>
background-color css
<style>
a { background-color: #2BBADA; }
a { background-color: rgb(43,186,218); }
div.DivClassName
{
background-color: #2BBADA;
}
.BgClassName
{
background-color: #2BBADA;
}
</style>
border-color css
<style>
span { border-color: #2BBADA; }
span { border-color: rgb(43,186,218); }
td.TdClassName
{
border-color: #2BBADA;
}
.TagClassName
{
border-color: #2BBADA;
}
</style>