Shades of Summer Sky #2BA9C8
Tints of Summer Sky #2BA9C8
RGB
CMYK
RGB Variations
Color information
#2BA9C8 (or 0x2BA9C8) is known color: Summer Sky. HEX triplet: 2B, A9 and C8. RGB value is (43,169,200). Sum of RGB (Red+Green+Blue) = 43+169+200=412 (54% of max value = 765). Red value is 43 (17.19% from 255 or 10.44% from 412); Green value is 169 (66.41% from 255 or 41.02% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #2BA9C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA9C8 is #D45637. Grayscale: #868686. Windows color (decimal): -13915704 or 13150507. OLE color: 13150507.
HSL color Cylindrical-coordinate representation of color #2BA9C8: hue angle of 191.85º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2BA9C8 is Cyan = 0.78, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 43 | 169 | 200 | - |
| CMYK | 0.78 | 0.16 | 0 | 0.22 |
| HSL | 191.85º | 0.65% | 0.48% | - |
| HSV(B) | 191.85º | 0.79% | 0.78% | - |
| XYZ | 25.61 | 33.06 | 59.67 | - |
| YUV | 134.86 | 164.76 | 62.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 200 | 0.78 | 0.16 | 0 | 0.22 | 191.85 | 0.65 | 0.48 |
| Hex | 2B | A9 | C8 | 4E | 10 | 0 | 16 | C0 | 41 | 30 |
| Octal | 53 | 251 | 310 | 116 | 20 | 0 | 26 | 300 | 101 | 60 |
| Binary | 101011 | 10101001 | 11001000 | 1001110 | 10000 | 0 | 10110 | 11000000 | 1000001 | 110000 |
Color Harmonies of #2BA9C8
Complementary color
Monochromatic Colors of #2BA9C8
Black with #2BA9C8
Text Example
Text Example
White with #2BA9C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA9C8; }
p { color: rgb(43,169,200); }
H1.HeaderClassName
{
color: #2BA9C8;
}
.AnyTagClassName
{
color: #2BA9C8;
}
</style>
background-color css
<style>
a { background-color: #2BA9C8; }
a { background-color: rgb(43,169,200); }
div.DivClassName
{
background-color: #2BA9C8;
}
.BgClassName
{
background-color: #2BA9C8;
}
</style>
border-color css
<style>
span { border-color: #2BA9C8; }
span { border-color: rgb(43,169,200); }
td.TdClassName
{
border-color: #2BA9C8;
}
.TagClassName
{
border-color: #2BA9C8;
}
</style>