Shades of Summer Sky #2BB8DB
Tints of Summer Sky #2BB8DB
RGB
CMYK
RGB Variations
Color information
#2BB8DB (or 0x2BB8DB) is known color: Summer Sky. HEX triplet: 2B, B8 and DB. RGB value is (43,184,219). Sum of RGB (Red+Green+Blue) = 43+184+219=446 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.64% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BB8DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB8DB is #D44724. Grayscale: #919191. Windows color (decimal): -13911845 or 14399531. OLE color: 14399531.
HSL color Cylindrical-coordinate representation of color #2BB8DB: hue angle of 191.93º 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 #2BB8DB is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 184 | 219 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.14 |
| HSL | 191.93º | 0.71% | 0.51% | - |
| HSV(B) | 191.93º | 0.8% | 0.86% | - |
| XYZ | 30.92 | 39.91 | 73.09 | - |
| YUV | 145.83 | 169.29 | 54.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 184 | 219 | 0.80 | 0.16 | 0 | 0.14 | 191.93 | 0.71 | 0.51 |
| Hex | 2B | B8 | DB | 50 | 10 | 0 | E | C0 | 47 | 33 |
| Octal | 53 | 270 | 333 | 120 | 20 | 0 | 16 | 300 | 107 | 63 |
| Binary | 101011 | 10111000 | 11011011 | 1010000 | 10000 | 0 | 1110 | 11000000 | 1000111 | 110011 |
Color Harmonies of #2BB8DB
Complementary color
Monochromatic Colors of #2BB8DB
Black with #2BB8DB
Text Example
Text Example
White with #2BB8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB8DB; }
p { color: rgb(43,184,219); }
H1.HeaderClassName
{
color: #2BB8DB;
}
.AnyTagClassName
{
color: #2BB8DB;
}
</style>
background-color css
<style>
a { background-color: #2BB8DB; }
a { background-color: rgb(43,184,219); }
div.DivClassName
{
background-color: #2BB8DB;
}
.BgClassName
{
background-color: #2BB8DB;
}
</style>
border-color css
<style>
span { border-color: #2BB8DB; }
span { border-color: rgb(43,184,219); }
td.TdClassName
{
border-color: #2BB8DB;
}
.TagClassName
{
border-color: #2BB8DB;
}
</style>