Shades of Summer Sky #2BBAD0
Tints of Summer Sky #2BBAD0
RGB
CMYK
RGB Variations
Color information
#2BBAD0 (or 0x2BBAD0) is known color: Summer Sky. HEX triplet: 2B, BA and D0. RGB value is (43,186,208). Sum of RGB (Red+Green+Blue) = 43+186+208=437 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.84% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 208 - color contains mainly: blue. Hex color #2BBAD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBAD0 is #D4452F. Grayscale: #919191. Windows color (decimal): -13911344 or 13679147. OLE color: 13679147.
HSL color Cylindrical-coordinate representation of color #2BBAD0: hue angle of 188º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BBAD0 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 43 | 186 | 208 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.18 |
| HSL | 188º | 0.66% | 0.49% | - |
| HSV(B) | 188º | 0.79% | 0.82% | - |
| XYZ | 29.94 | 40.19 | 65.85 | - |
| YUV | 145.75 | 163.12 | 54.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 208 | 0.79 | 0.11 | 0 | 0.18 | 188 | 0.66 | 0.49 |
| Hex | 2B | BA | D0 | 4F | B | 0 | 12 | BC | 42 | 31 |
| Octal | 53 | 272 | 320 | 117 | 13 | 0 | 22 | 274 | 102 | 61 |
| Binary | 101011 | 10111010 | 11010000 | 1001111 | 1011 | 0 | 10010 | 10111100 | 1000010 | 110001 |
Color Harmonies of #2BBAD0
Complementary color
Monochromatic Colors of #2BBAD0
Black with #2BBAD0
Text Example
Text Example
White with #2BBAD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAD0; }
p { color: rgb(43,186,208); }
H1.HeaderClassName
{
color: #2BBAD0;
}
.AnyTagClassName
{
color: #2BBAD0;
}
</style>
background-color css
<style>
a { background-color: #2BBAD0; }
a { background-color: rgb(43,186,208); }
div.DivClassName
{
background-color: #2BBAD0;
}
.BgClassName
{
background-color: #2BBAD0;
}
</style>
border-color css
<style>
span { border-color: #2BBAD0; }
span { border-color: rgb(43,186,208); }
td.TdClassName
{
border-color: #2BBAD0;
}
.TagClassName
{
border-color: #2BBAD0;
}
</style>