Shades of Summer Sky #2BB4DB
Tints of Summer Sky #2BB4DB
RGB
CMYK
RGB Variations
Color information
#2BB4DB (or 0x2BB4DB) is known color: Summer Sky. HEX triplet: 2B, B4 and DB. RGB value is (43,180,219). Sum of RGB (Red+Green+Blue) = 43+180+219=442 (58% of max value = 765). Red value is 43 (17.19% from 255 or 9.73% from 442); Green value is 180 (70.70% from 255 or 40.72% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BB4DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BB4DB is #D44B24. Grayscale: #8F8F8F. Windows color (decimal): -13912869 or 14398507. OLE color: 14398507.
HSL color Cylindrical-coordinate representation of color #2BB4DB: hue angle of 193.3º 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 #2BB4DB is Cyan = 0.80, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 180 | 219 | - |
| CMYK | 0.80 | 0.18 | 0 | 0.14 |
| HSL | 193.3º | 0.71% | 0.51% | - |
| HSV(B) | 193.3º | 0.8% | 0.86% | - |
| XYZ | 30.1 | 38.27 | 72.82 | - |
| YUV | 143.48 | 170.61 | 56.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 180 | 219 | 0.80 | 0.18 | 0 | 0.14 | 193.3 | 0.71 | 0.51 |
| Hex | 2B | B4 | DB | 50 | 12 | 0 | E | C1 | 47 | 33 |
| Octal | 53 | 264 | 333 | 120 | 22 | 0 | 16 | 301 | 107 | 63 |
| Binary | 101011 | 10110100 | 11011011 | 1010000 | 10010 | 0 | 1110 | 11000001 | 1000111 | 110011 |
Color Harmonies of #2BB4DB
Complementary color
Monochromatic Colors of #2BB4DB
Black with #2BB4DB
Text Example
Text Example
White with #2BB4DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BB4DB; }
p { color: rgb(43,180,219); }
H1.HeaderClassName
{
color: #2BB4DB;
}
.AnyTagClassName
{
color: #2BB4DB;
}
</style>
background-color css
<style>
a { background-color: #2BB4DB; }
a { background-color: rgb(43,180,219); }
div.DivClassName
{
background-color: #2BB4DB;
}
.BgClassName
{
background-color: #2BB4DB;
}
</style>
border-color css
<style>
span { border-color: #2BB4DB; }
span { border-color: rgb(43,180,219); }
td.TdClassName
{
border-color: #2BB4DB;
}
.TagClassName
{
border-color: #2BB4DB;
}
</style>