Shades of Summer Sky #2BBACD
Tints of Summer Sky #2BBACD
RGB
CMYK
RGB Variations
Color information
#2BBACD (or 0x2BBACD) is known color: Summer Sky. HEX triplet: 2B, BA and CD. RGB value is (43,186,205). Sum of RGB (Red+Green+Blue) = 43+186+205=434 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.91% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #2BBACD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBACD is #D44532. Grayscale: #919191. Windows color (decimal): -13911347 or 13482539. OLE color: 13482539.
HSL color Cylindrical-coordinate representation of color #2BBACD: hue angle of 187.04º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BBACD is Cyan = 0.79, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 186 | 205 | - |
| CMYK | 0.79 | 0.09 | 0 | 0.20 |
| HSL | 187.04º | 0.65% | 0.49% | - |
| HSV(B) | 187.04º | 0.79% | 0.8% | - |
| XYZ | 29.57 | 40.04 | 63.93 | - |
| YUV | 145.41 | 161.62 | 54.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 205 | 0.79 | 0.09 | 0 | 0.20 | 187.04 | 0.65 | 0.49 |
| Hex | 2B | BA | CD | 4F | 9 | 0 | 14 | BB | 41 | 31 |
| Octal | 53 | 272 | 315 | 117 | 11 | 0 | 24 | 273 | 101 | 61 |
| Binary | 101011 | 10111010 | 11001101 | 1001111 | 1001 | 0 | 10100 | 10111011 | 1000001 | 110001 |
Color Harmonies of #2BBACD
Complementary color
Monochromatic Colors of #2BBACD
Black with #2BBACD
Text Example
Text Example
White with #2BBACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBACD; }
p { color: rgb(43,186,205); }
H1.HeaderClassName
{
color: #2BBACD;
}
.AnyTagClassName
{
color: #2BBACD;
}
</style>
background-color css
<style>
a { background-color: #2BBACD; }
a { background-color: rgb(43,186,205); }
div.DivClassName
{
background-color: #2BBACD;
}
.BgClassName
{
background-color: #2BBACD;
}
</style>
border-color css
<style>
span { border-color: #2BBACD; }
span { border-color: rgb(43,186,205); }
td.TdClassName
{
border-color: #2BBACD;
}
.TagClassName
{
border-color: #2BBACD;
}
</style>