Shades of Summer Sky #2B9FDB
Tints of Summer Sky #2B9FDB
RGB
CMYK
RGB Variations
Color information
#2B9FDB (or 0x2B9FDB) is known color: Summer Sky. HEX triplet: 2B, 9F and DB. RGB value is (43,159,219). Sum of RGB (Red+Green+Blue) = 43+159+219=421 (55% of max value = 765). Red value is 43 (17.19% from 255 or 10.21% from 421); Green value is 159 (62.5% from 255 or 37.77% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #2B9FDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2B9FDB is #D46024. Grayscale: #828282. Windows color (decimal): -13918245 or 14393131. OLE color: 14393131.
HSL color Cylindrical-coordinate representation of color #2B9FDB: hue angle of 200.45º 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 #2B9FDB is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 159 | 219 | - |
| CMYK | 0.80 | 0.27 | 0 | 0.14 |
| HSL | 200.45º | 0.71% | 0.51% | - |
| HSV(B) | 200.45º | 0.8% | 0.86% | - |
| XYZ | 26.18 | 30.42 | 71.51 | - |
| YUV | 131.16 | 177.57 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 159 | 219 | 0.80 | 0.27 | 0 | 0.14 | 200.45 | 0.71 | 0.51 |
| Hex | 2B | 9F | DB | 50 | 1B | 0 | E | C8 | 47 | 33 |
| Octal | 53 | 237 | 333 | 120 | 33 | 0 | 16 | 310 | 107 | 63 |
| Binary | 101011 | 10011111 | 11011011 | 1010000 | 11011 | 0 | 1110 | 11001000 | 1000111 | 110011 |
Color Harmonies of #2B9FDB
Complementary color
Monochromatic Colors of #2B9FDB
Black with #2B9FDB
Text Example
Text Example
White with #2B9FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B9FDB; }
p { color: rgb(43,159,219); }
H1.HeaderClassName
{
color: #2B9FDB;
}
.AnyTagClassName
{
color: #2B9FDB;
}
</style>
background-color css
<style>
a { background-color: #2B9FDB; }
a { background-color: rgb(43,159,219); }
div.DivClassName
{
background-color: #2B9FDB;
}
.BgClassName
{
background-color: #2B9FDB;
}
</style>
border-color css
<style>
span { border-color: #2B9FDB; }
span { border-color: rgb(43,159,219); }
td.TdClassName
{
border-color: #2B9FDB;
}
.TagClassName
{
border-color: #2B9FDB;
}
</style>