Shades of Summer Sky #2BBCDB
Tints of Summer Sky #2BBCDB
RGB
CMYK
RGB Variations
Color information
#2BBCDB (or 0x2BBCDB) is known color: Summer Sky. HEX triplet: 2B, BC and DB. RGB value is (43,188,219). Sum of RGB (Red+Green+Blue) = 43+188+219=450 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.56% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #2BBCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBCDB is #D44324. Grayscale: #939393. Windows color (decimal): -13910821 or 14400555. OLE color: 14400555.
HSL color Cylindrical-coordinate representation of color #2BBCDB: hue angle of 190.57º 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 #2BBCDB is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 43 | 188 | 219 | - |
CMYK | 0.80 | 0.14 | 0 | 0.14 |
HSL | 190.57º | 0.71% | 0.51% | - |
HSV(B) | 190.57º | 0.8% | 0.86% | - |
XYZ | 31.77 | 41.59 | 73.37 | - |
YUV | 148.18 | 167.96 | 52.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 188 | 219 | 0.80 | 0.14 | 0 | 0.14 | 190.57 | 0.71 | 0.51 |
Hex | 2B | BC | DB | 50 | E | 0 | E | BF | 47 | 33 |
Octal | 53 | 274 | 333 | 120 | 16 | 0 | 16 | 277 | 107 | 63 |
Binary | 101011 | 10111100 | 11011011 | 1010000 | 1110 | 0 | 1110 | 10111111 | 1000111 | 110011 |
Color Harmonies of #2BBCDB
Complementary color
Monochromatic Colors of #2BBCDB
Black with #2BBCDB
Text Example
Text Example
White with #2BBCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCDB; }
p { color: rgb(43,188,219); }
H1.HeaderClassName
{
color: #2BBCDB;
}
.AnyTagClassName
{
color: #2BBCDB;
}
</style>
background-color css
<style>
a { background-color: #2BBCDB; }
a { background-color: rgb(43,188,219); }
div.DivClassName
{
background-color: #2BBCDB;
}
.BgClassName
{
background-color: #2BBCDB;
}
</style>
border-color css
<style>
span { border-color: #2BBCDB; }
span { border-color: rgb(43,188,219); }
td.TdClassName
{
border-color: #2BBCDB;
}
.TagClassName
{
border-color: #2BBCDB;
}
</style>