Shades of Summer Sky #2BABC7
Tints of Summer Sky #2BABC7
RGB
CMYK
RGB Variations
Color information
#2BABC7 (or 0x2BABC7) is known color: Summer Sky. HEX triplet: 2B, AB and C7. RGB value is (43,171,199). Sum of RGB (Red+Green+Blue) = 43+171+199=413 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.41% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 199 (78.12% from 255 or 48.18% from 413); Max value from RGB is 199 - color contains mainly: blue. Hex color #2BABC7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BABC7 is #D45438. Grayscale: #878787. Windows color (decimal): -13915193 or 13085483. OLE color: 13085483.
HSL color Cylindrical-coordinate representation of color #2BABC7: hue angle of 190.77º 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 #2BABC7 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 171 | 199 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.22 |
| HSL | 190.77º | 0.64% | 0.47% | - |
| HSV(B) | 190.77º | 0.78% | 0.78% | - |
| XYZ | 25.87 | 33.76 | 59.19 | - |
| YUV | 135.92 | 163.59 | 61.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 199 | 0.78 | 0.14 | 0 | 0.22 | 190.77 | 0.64 | 0.47 |
| Hex | 2B | AB | C7 | 4E | E | 0 | 16 | BF | 40 | 2F |
| Octal | 53 | 253 | 307 | 116 | 16 | 0 | 26 | 277 | 100 | 57 |
| Binary | 101011 | 10101011 | 11000111 | 1001110 | 1110 | 0 | 10110 | 10111111 | 1000000 | 101111 |
Color Harmonies of #2BABC7
Complementary color
Monochromatic Colors of #2BABC7
Black with #2BABC7
Text Example
Text Example
White with #2BABC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABC7; }
p { color: rgb(43,171,199); }
H1.HeaderClassName
{
color: #2BABC7;
}
.AnyTagClassName
{
color: #2BABC7;
}
</style>
background-color css
<style>
a { background-color: #2BABC7; }
a { background-color: rgb(43,171,199); }
div.DivClassName
{
background-color: #2BABC7;
}
.BgClassName
{
background-color: #2BABC7;
}
</style>
border-color css
<style>
span { border-color: #2BABC7; }
span { border-color: rgb(43,171,199); }
td.TdClassName
{
border-color: #2BABC7;
}
.TagClassName
{
border-color: #2BABC7;
}
</style>