Shades of Summer Sky #2BA9DB
Tints of Summer Sky #2BA9DB
RGB
CMYK
RGB Variations
Color information
#2BA9DB (or 0x2BA9DB) is known color: Summer Sky. HEX triplet: 2B, A9 and DB. RGB value is (43,169,219). Sum of RGB (Red+Green+Blue) = 43+169+219=431 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.98% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BA9DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA9DB is #D45624. Grayscale: #888888. Windows color (decimal): -13915685 or 14395691. OLE color: 14395691.
HSL color Cylindrical-coordinate representation of color #2BA9DB: hue angle of 197.05º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BA9DB is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 169 | 219 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.14 |
| HSL | 197.05º | 0.71% | 0.51% | - |
| HSV(B) | 197.05º | 0.8% | 0.86% | - |
| XYZ | 27.97 | 34 | 72.11 | - |
| YUV | 137.03 | 174.26 | 60.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 169 | 219 | 0.80 | 0.23 | 0 | 0.14 | 197.05 | 0.71 | 0.51 |
| Hex | 2B | A9 | DB | 50 | 17 | 0 | E | C5 | 47 | 33 |
| Octal | 53 | 251 | 333 | 120 | 27 | 0 | 16 | 305 | 107 | 63 |
| Binary | 101011 | 10101001 | 11011011 | 1010000 | 10111 | 0 | 1110 | 11000101 | 1000111 | 110011 |
Color Harmonies of #2BA9DB
Complementary color
Monochromatic Colors of #2BA9DB
Black with #2BA9DB
Text Example
Text Example
White with #2BA9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA9DB; }
p { color: rgb(43,169,219); }
H1.HeaderClassName
{
color: #2BA9DB;
}
.AnyTagClassName
{
color: #2BA9DB;
}
</style>
background-color css
<style>
a { background-color: #2BA9DB; }
a { background-color: rgb(43,169,219); }
div.DivClassName
{
background-color: #2BA9DB;
}
.BgClassName
{
background-color: #2BA9DB;
}
</style>
border-color css
<style>
span { border-color: #2BA9DB; }
span { border-color: rgb(43,169,219); }
td.TdClassName
{
border-color: #2BA9DB;
}
.TagClassName
{
border-color: #2BA9DB;
}
</style>