Shades of Summer Sky #2BA9D7
Tints of Summer Sky #2BA9D7
RGB
CMYK
RGB Variations
Color information
#2BA9D7 (or 0x2BA9D7) is known color: Summer Sky. HEX triplet: 2B, A9 and D7. RGB value is (43,169,215). Sum of RGB (Red+Green+Blue) = 43+169+215=427 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10.07% from 427); Green value is 169 (66.41% from 255 or 39.58% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #2BA9D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA9D7 is #D45628. Grayscale: #888888. Windows color (decimal): -13915689 or 14133547. OLE color: 14133547.
HSL color Cylindrical-coordinate representation of color #2BA9D7: hue angle of 196.05º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BA9D7 is Cyan = 0.8, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 43 | 169 | 215 | - |
| CMYK | 0.8 | 0.21 | 0 | 0.16 |
| HSL | 196.05º | 0.68% | 0.51% | - |
| HSV(B) | 196.05º | 0.8% | 0.84% | - |
| XYZ | 27.45 | 33.8 | 69.37 | - |
| YUV | 136.57 | 172.26 | 61.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 215 | 0.8 | 0.21 | 0 | 0.16 | 196.05 | 0.68 | 0.51 |
| Hex | 2B | A9 | D7 | 50 | 15 | 0 | 10 | C4 | 44 | 33 |
| Octal | 53 | 251 | 327 | 120 | 25 | 0 | 20 | 304 | 104 | 63 |
| Binary | 101011 | 10101001 | 11010111 | 1010000 | 10101 | 0 | 10000 | 11000100 | 1000100 | 110011 |
Color Harmonies of #2BA9D7
Complementary color
Monochromatic Colors of #2BA9D7
Black with #2BA9D7
Text Example
Text Example
White with #2BA9D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA9D7; }
p { color: rgb(43,169,215); }
H1.HeaderClassName
{
color: #2BA9D7;
}
.AnyTagClassName
{
color: #2BA9D7;
}
</style>
background-color css
<style>
a { background-color: #2BA9D7; }
a { background-color: rgb(43,169,215); }
div.DivClassName
{
background-color: #2BA9D7;
}
.BgClassName
{
background-color: #2BA9D7;
}
</style>
border-color css
<style>
span { border-color: #2BA9D7; }
span { border-color: rgb(43,169,215); }
td.TdClassName
{
border-color: #2BA9D7;
}
.TagClassName
{
border-color: #2BA9D7;
}
</style>