Shades of Summer Sky #2BBCDD
Tints of Summer Sky #2BBCDD
RGB
CMYK
RGB Variations
Color information
#2BBCDD (or 0x2BBCDD) is known color: Summer Sky. HEX triplet: 2B, BC and DD. RGB value is (43,188,221). Sum of RGB (Red+Green+Blue) = 43+188+221=452 (59% of max value = 765). Red value is 43 (17.19% from 255 or 9.51% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #2BBCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBCDD is #D44322. Grayscale: #949494. Windows color (decimal): -13910819 or 14531627. OLE color: 14531627.
HSL color Cylindrical-coordinate representation of color #2BBCDD: hue angle of 191.12º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BBCDD is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 43 | 188 | 221 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.13 |
| HSL | 191.12º | 0.72% | 0.52% | - |
| HSV(B) | 191.12º | 0.81% | 0.87% | - |
| XYZ | 32.03 | 41.7 | 74.77 | - |
| YUV | 148.41 | 168.96 | 52.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 188 | 221 | 0.81 | 0.15 | 0 | 0.13 | 191.12 | 0.72 | 0.52 |
| Hex | 2B | BC | DD | 51 | F | 0 | D | BF | 48 | 34 |
| Octal | 53 | 274 | 335 | 121 | 17 | 0 | 15 | 277 | 110 | 64 |
| Binary | 101011 | 10111100 | 11011101 | 1010001 | 1111 | 0 | 1101 | 10111111 | 1001000 | 110100 |
Color Harmonies of #2BBCDD
Complementary color
Monochromatic Colors of #2BBCDD
Black with #2BBCDD
Text Example
Text Example
White with #2BBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBCDD; }
p { color: rgb(43,188,221); }
H1.HeaderClassName
{
color: #2BBCDD;
}
.AnyTagClassName
{
color: #2BBCDD;
}
</style>
background-color css
<style>
a { background-color: #2BBCDD; }
a { background-color: rgb(43,188,221); }
div.DivClassName
{
background-color: #2BBCDD;
}
.BgClassName
{
background-color: #2BBCDD;
}
</style>
border-color css
<style>
span { border-color: #2BBCDD; }
span { border-color: rgb(43,188,221); }
td.TdClassName
{
border-color: #2BBCDD;
}
.TagClassName
{
border-color: #2BBCDD;
}
</style>