Shades of Summer Sky #2BBAC7
Tints of Summer Sky #2BBAC7
RGB
CMYK
RGB Variations
Color information
#2BBAC7 (or 0x2BBAC7) is known color: Summer Sky. HEX triplet: 2B, BA and C7. RGB value is (43,186,199). Sum of RGB (Red+Green+Blue) = 43+186+199=428 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.05% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 199 - color contains mainly: blue. Hex color #2BBAC7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBAC7 is #D44538. Grayscale: #909090. Windows color (decimal): -13911353 or 13089323. OLE color: 13089323.
HSL color Cylindrical-coordinate representation of color #2BBAC7: hue angle of 185º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BBAC7 is Cyan = 0.78, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 186 | 199 | - |
| CMYK | 0.78 | 0.07 | 0 | 0.22 |
| HSL | 185º | 0.64% | 0.47% | - |
| HSV(B) | 185º | 0.78% | 0.78% | - |
| XYZ | 28.86 | 39.75 | 60.19 | - |
| YUV | 144.73 | 158.62 | 55.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 186 | 199 | 0.78 | 0.07 | 0 | 0.22 | 185 | 0.64 | 0.47 |
| Hex | 2B | BA | C7 | 4E | 7 | 0 | 16 | B9 | 40 | 2F |
| Octal | 53 | 272 | 307 | 116 | 7 | 0 | 26 | 271 | 100 | 57 |
| Binary | 101011 | 10111010 | 11000111 | 1001110 | 111 | 0 | 10110 | 10111001 | 1000000 | 101111 |
Color Harmonies of #2BBAC7
Complementary color
Monochromatic Colors of #2BBAC7
Black with #2BBAC7
Text Example
Text Example
White with #2BBAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBAC7; }
p { color: rgb(43,186,199); }
H1.HeaderClassName
{
color: #2BBAC7;
}
.AnyTagClassName
{
color: #2BBAC7;
}
</style>
background-color css
<style>
a { background-color: #2BBAC7; }
a { background-color: rgb(43,186,199); }
div.DivClassName
{
background-color: #2BBAC7;
}
.BgClassName
{
background-color: #2BBAC7;
}
</style>
border-color css
<style>
span { border-color: #2BBAC7; }
span { border-color: rgb(43,186,199); }
td.TdClassName
{
border-color: #2BBAC7;
}
.TagClassName
{
border-color: #2BBAC7;
}
</style>