Shades of Summer Sky #2BA8DB
Tints of Summer Sky #2BA8DB
RGB
CMYK
RGB Variations
Color information
#2BA8DB (or 0x2BA8DB) is known color: Summer Sky. HEX triplet: 2B, A8 and DB. RGB value is (43,168,219). Sum of RGB (Red+Green+Blue) = 43+168+219=430 (56% of max value = 765). Red value is 43 (17.19% from 255 or 10% from 430); Green value is 168 (66.02% from 255 or 39.07% from 430); Blue value is 219 (85.94% from 255 or 50.93% from 430); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BA8DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2BA8DB is #D45724. Grayscale: #888888. Windows color (decimal): -13915941 or 14395435. OLE color: 14395435.
HSL color Cylindrical-coordinate representation of color #2BA8DB: hue angle of 197.39º 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 #2BA8DB is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 168 | 219 | - |
| CMYK | 0.80 | 0.23 | 0 | 0.14 |
| HSL | 197.39º | 0.71% | 0.51% | - |
| HSV(B) | 197.39º | 0.8% | 0.86% | - |
| XYZ | 27.79 | 33.63 | 72.05 | - |
| YUV | 136.44 | 174.59 | 61.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 168 | 219 | 0.80 | 0.23 | 0 | 0.14 | 197.39 | 0.71 | 0.51 |
| Hex | 2B | A8 | DB | 50 | 17 | 0 | E | C5 | 47 | 33 |
| Octal | 53 | 250 | 333 | 120 | 27 | 0 | 16 | 305 | 107 | 63 |
| Binary | 101011 | 10101000 | 11011011 | 1010000 | 10111 | 0 | 1110 | 11000101 | 1000111 | 110011 |
Color Harmonies of #2BA8DB
Complementary color
Monochromatic Colors of #2BA8DB
Black with #2BA8DB
Text Example
Text Example
White with #2BA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BA8DB; }
p { color: rgb(43,168,219); }
H1.HeaderClassName
{
color: #2BA8DB;
}
.AnyTagClassName
{
color: #2BA8DB;
}
</style>
background-color css
<style>
a { background-color: #2BA8DB; }
a { background-color: rgb(43,168,219); }
div.DivClassName
{
background-color: #2BA8DB;
}
.BgClassName
{
background-color: #2BA8DB;
}
</style>
border-color css
<style>
span { border-color: #2BA8DB; }
span { border-color: rgb(43,168,219); }
td.TdClassName
{
border-color: #2BA8DB;
}
.TagClassName
{
border-color: #2BA8DB;
}
</style>