Shades of Summer Sky #2BBCD9
Tints of Summer Sky #2BBCD9
RGB
CMYK
RGB Variations
Color information
#2BBCD9 (or 0x2BBCD9) is known color: Summer Sky. HEX triplet: 2B, BC and D9. RGB value is (43,188,217). Sum of RGB (Red+Green+Blue) = 43+188+217=448 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.60% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 217 (85.16% from 255 or 48.44% from 448); Max value from RGB is 217 - color contains mainly: blue. Hex color #2BBCD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBCD9 is #D44326. Grayscale: #939393. Windows color (decimal): -13910823 or 14269483. OLE color: 14269483.
HSL color Cylindrical-coordinate representation of color #2BBCD9: hue angle of 190º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BBCD9 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 188 | 217 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.15 |
| HSL | 190º | 0.7% | 0.51% | - |
| HSV(B) | 190º | 0.8% | 0.85% | - |
| XYZ | 31.5 | 41.49 | 71.99 | - |
| YUV | 147.95 | 166.96 | 53.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 217 | 0.80 | 0.13 | 0 | 0.15 | 190 | 0.7 | 0.51 |
| Hex | 2B | BC | D9 | 50 | D | 0 | F | BE | 46 | 33 |
| Octal | 53 | 274 | 331 | 120 | 15 | 0 | 17 | 276 | 106 | 63 |
| Binary | 101011 | 10111100 | 11011001 | 1010000 | 1101 | 0 | 1111 | 10111110 | 1000110 | 110011 |
Color Harmonies of #2BBCD9
Complementary color
Monochromatic Colors of #2BBCD9
Black with #2BBCD9
Text Example
Text Example
White with #2BBCD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCD9; }
p { color: rgb(43,188,217); }
H1.HeaderClassName
{
color: #2BBCD9;
}
.AnyTagClassName
{
color: #2BBCD9;
}
</style>
background-color css
<style>
a { background-color: #2BBCD9; }
a { background-color: rgb(43,188,217); }
div.DivClassName
{
background-color: #2BBCD9;
}
.BgClassName
{
background-color: #2BBCD9;
}
</style>
border-color css
<style>
span { border-color: #2BBCD9; }
span { border-color: rgb(43,188,217); }
td.TdClassName
{
border-color: #2BBCD9;
}
.TagClassName
{
border-color: #2BBCD9;
}
</style>