Shades of Summer Sky #2BA9CB
Tints of Summer Sky #2BA9CB
RGB
CMYK
RGB Variations
Color information
#2BA9CB (or 0x2BA9CB) is known color: Summer Sky. HEX triplet: 2B, A9 and CB. RGB value is (43,169,203). Sum of RGB (Red+Green+Blue) = 43+169+203=415 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.36% from 415); Green value is 169 (66.41% from 255 or 40.72% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #2BA9CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA9CB is #D45634. Grayscale: #868686. Windows color (decimal): -13915701 or 13347115. OLE color: 13347115.
HSL color Cylindrical-coordinate representation of color #2BA9CB: hue angle of 192.75º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BA9CB is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 43 | 169 | 203 | - |
| CMYK | 0.79 | 0.17 | 0 | 0.20 |
| HSL | 192.75º | 0.65% | 0.48% | - |
| HSV(B) | 192.75º | 0.79% | 0.8% | - |
| XYZ | 25.96 | 33.2 | 61.54 | - |
| YUV | 135.2 | 166.26 | 62.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 203 | 0.79 | 0.17 | 0 | 0.20 | 192.75 | 0.65 | 0.48 |
| Hex | 2B | A9 | CB | 4F | 11 | 0 | 14 | C1 | 41 | 30 |
| Octal | 53 | 251 | 313 | 117 | 21 | 0 | 24 | 301 | 101 | 60 |
| Binary | 101011 | 10101001 | 11001011 | 1001111 | 10001 | 0 | 10100 | 11000001 | 1000001 | 110000 |
Color Harmonies of #2BA9CB
Complementary color
Monochromatic Colors of #2BA9CB
Black with #2BA9CB
Text Example
Text Example
White with #2BA9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA9CB; }
p { color: rgb(43,169,203); }
H1.HeaderClassName
{
color: #2BA9CB;
}
.AnyTagClassName
{
color: #2BA9CB;
}
</style>
background-color css
<style>
a { background-color: #2BA9CB; }
a { background-color: rgb(43,169,203); }
div.DivClassName
{
background-color: #2BA9CB;
}
.BgClassName
{
background-color: #2BA9CB;
}
</style>
border-color css
<style>
span { border-color: #2BA9CB; }
span { border-color: rgb(43,169,203); }
td.TdClassName
{
border-color: #2BA9CB;
}
.TagClassName
{
border-color: #2BA9CB;
}
</style>