Shades of Summer Sky #2BABCD
Tints of Summer Sky #2BABCD
RGB
CMYK
RGB Variations
Color information
#2BABCD (or 0x2BABCD) is known color: Summer Sky. HEX triplet: 2B, AB and CD. RGB value is (43,171,205). Sum of RGB (Red+Green+Blue) = 43+171+205=419 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.26% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 205 (80.47% from 255 or 48.93% from 419); Max value from RGB is 205 - color contains mainly: blue. Hex color #2BABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BABCD is #D45432. Grayscale: #888888. Windows color (decimal): -13915187 or 13478699. OLE color: 13478699.
HSL color Cylindrical-coordinate representation of color #2BABCD: hue angle of 192.59º 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 #2BABCD is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 171 | 205 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.20 |
| HSL | 192.59º | 0.65% | 0.49% | - |
| HSV(B) | 192.59º | 0.79% | 0.8% | - |
| XYZ | 26.58 | 34.05 | 62.93 | - |
| YUV | 136.6 | 166.59 | 61.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 171 | 205 | 0.79 | 0.17 | 0 | 0.20 | 192.59 | 0.65 | 0.49 |
| Hex | 2B | AB | CD | 4F | 11 | 0 | 14 | C1 | 41 | 31 |
| Octal | 53 | 253 | 315 | 117 | 21 | 0 | 24 | 301 | 101 | 61 |
| Binary | 101011 | 10101011 | 11001101 | 1001111 | 10001 | 0 | 10100 | 11000001 | 1000001 | 110001 |
Color Harmonies of #2BABCD
Complementary color
Monochromatic Colors of #2BABCD
Black with #2BABCD
Text Example
Text Example
White with #2BABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BABCD; }
p { color: rgb(43,171,205); }
H1.HeaderClassName
{
color: #2BABCD;
}
.AnyTagClassName
{
color: #2BABCD;
}
</style>
background-color css
<style>
a { background-color: #2BABCD; }
a { background-color: rgb(43,171,205); }
div.DivClassName
{
background-color: #2BABCD;
}
.BgClassName
{
background-color: #2BABCD;
}
</style>
border-color css
<style>
span { border-color: #2BABCD; }
span { border-color: rgb(43,171,205); }
td.TdClassName
{
border-color: #2BABCD;
}
.TagClassName
{
border-color: #2BABCD;
}
</style>