Shades of Summer Sky #2BBADD
Tints of Summer Sky #2BBADD
RGB
CMYK
RGB Variations
Color information
#2BBADD (or 0x2BBADD) is known color: Summer Sky. HEX triplet: 2B, BA and DD. RGB value is (43,186,221). Sum of RGB (Red+Green+Blue) = 43+186+221=450 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.56% from 450); Green value is 186 (73.05% from 255 or 41.33% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BBADD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBADD is #D44522. Grayscale: #929292. Windows color (decimal): -13911331 or 14531115. OLE color: 14531115.
HSL color Cylindrical-coordinate representation of color #2BBADD: hue angle of 191.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BBADD is Cyan = 0.81, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 186 | 221 | - |
| CMYK | 0.81 | 0.16 | 0 | 0.13 |
| HSL | 191.8º | 0.72% | 0.52% | - |
| HSV(B) | 191.8º | 0.81% | 0.87% | - |
| XYZ | 31.61 | 40.85 | 74.63 | - |
| YUV | 147.23 | 169.62 | 53.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 221 | 0.81 | 0.16 | 0 | 0.13 | 191.8 | 0.72 | 0.52 |
| Hex | 2B | BA | DD | 51 | 10 | 0 | D | C0 | 48 | 34 |
| Octal | 53 | 272 | 335 | 121 | 20 | 0 | 15 | 300 | 110 | 64 |
| Binary | 101011 | 10111010 | 11011101 | 1010001 | 10000 | 0 | 1101 | 11000000 | 1001000 | 110100 |
Color Harmonies of #2BBADD
Complementary color
Monochromatic Colors of #2BBADD
Black with #2BBADD
Text Example
Text Example
White with #2BBADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBADD; }
p { color: rgb(43,186,221); }
H1.HeaderClassName
{
color: #2BBADD;
}
.AnyTagClassName
{
color: #2BBADD;
}
</style>
background-color css
<style>
a { background-color: #2BBADD; }
a { background-color: rgb(43,186,221); }
div.DivClassName
{
background-color: #2BBADD;
}
.BgClassName
{
background-color: #2BBADD;
}
</style>
border-color css
<style>
span { border-color: #2BBADD; }
span { border-color: rgb(43,186,221); }
td.TdClassName
{
border-color: #2BBADD;
}
.TagClassName
{
border-color: #2BBADD;
}
</style>