Shades of Summer Sky #2B91DB
Tints of Summer Sky #2B91DB
RGB
CMYK
RGB Variations
Color information
#2B91DB (or 0x2B91DB) is known color: Summer Sky. HEX triplet: 2B, 91 and DB. RGB value is (43,145,219). Sum of RGB (Red+Green+Blue) = 43+145+219=407 (53% of max value = 765). Red value is 43 (17.19% from 255 or 10.57% from 407); Green value is 145 (57.03% from 255 or 35.63% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B91DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B91DB is #D46E24. Grayscale: #7A7A7A. Windows color (decimal): -13921829 or 14389547. OLE color: 14389547.
HSL color Cylindrical-coordinate representation of color #2B91DB: hue angle of 205.23º 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 #2B91DB is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 145 | 219 | - |
| CMYK | 0.80 | 0.34 | 0 | 0.14 |
| HSL | 205.23º | 0.71% | 0.51% | - |
| HSV(B) | 205.23º | 0.8% | 0.86% | - |
| XYZ | 23.91 | 25.88 | 70.75 | - |
| YUV | 122.94 | 182.21 | 70.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 145 | 219 | 0.80 | 0.34 | 0 | 0.14 | 205.23 | 0.71 | 0.51 |
| Hex | 2B | 91 | DB | 50 | 22 | 0 | E | CD | 47 | 33 |
| Octal | 53 | 221 | 333 | 120 | 42 | 0 | 16 | 315 | 107 | 63 |
| Binary | 101011 | 10010001 | 11011011 | 1010000 | 100010 | 0 | 1110 | 11001101 | 1000111 | 110011 |
Color Harmonies of #2B91DB
Complementary color
Monochromatic Colors of #2B91DB
Black with #2B91DB
Text Example
Text Example
White with #2B91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B91DB; }
p { color: rgb(43,145,219); }
H1.HeaderClassName
{
color: #2B91DB;
}
.AnyTagClassName
{
color: #2B91DB;
}
</style>
background-color css
<style>
a { background-color: #2B91DB; }
a { background-color: rgb(43,145,219); }
div.DivClassName
{
background-color: #2B91DB;
}
.BgClassName
{
background-color: #2B91DB;
}
</style>
border-color css
<style>
span { border-color: #2B91DB; }
span { border-color: rgb(43,145,219); }
td.TdClassName
{
border-color: #2B91DB;
}
.TagClassName
{
border-color: #2B91DB;
}
</style>