Shades of Summer Sky #2BBDCC
Tints of Summer Sky #2BBDCC
RGB
CMYK
RGB Variations
Color information
#2BBDCC (or 0x2BBDCC) is known color: Summer Sky. HEX triplet: 2B, BD and CC. RGB value is (43,189,204). Sum of RGB (Red+Green+Blue) = 43+189+204=436 (57% of max value = 765). Red value is 43 (17.19% from 255 or 9.86% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 204 (80.08% from 255 or 46.79% from 436); Max value from RGB is 204 - color contains mainly: blue. Hex color #2BBDCC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BBDCC is #D44233. Grayscale: #929292. Windows color (decimal): -13910580 or 13417771. OLE color: 13417771.
HSL color Cylindrical-coordinate representation of color #2BBDCC: hue angle of 185.59º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2BBDCC is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 43 | 189 | 204 | - |
| CMYK | 0.79 | 0.07 | 0 | 0.2 |
| HSL | 185.59º | 0.65% | 0.48% | - |
| HSV(B) | 185.59º | 0.79% | 0.8% | - |
| XYZ | 30.09 | 41.27 | 63.51 | - |
| YUV | 147.06 | 160.13 | 53.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 189 | 204 | 0.79 | 0.07 | 0 | 0.2 | 185.59 | 0.65 | 0.48 |
| Hex | 2B | BD | CC | 4F | 7 | 0 | 14 | BA | 41 | 30 |
| Octal | 53 | 275 | 314 | 117 | 7 | 0 | 24 | 272 | 101 | 60 |
| Binary | 101011 | 10111101 | 11001100 | 1001111 | 111 | 0 | 10100 | 10111010 | 1000001 | 110000 |
Color Harmonies of #2BBDCC
Complementary color
Monochromatic Colors of #2BBDCC
Black with #2BBDCC
Text Example
Text Example
White with #2BBDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BBDCC; }
p { color: rgb(43,189,204); }
H1.HeaderClassName
{
color: #2BBDCC;
}
.AnyTagClassName
{
color: #2BBDCC;
}
</style>
background-color css
<style>
a { background-color: #2BBDCC; }
a { background-color: rgb(43,189,204); }
div.DivClassName
{
background-color: #2BBDCC;
}
.BgClassName
{
background-color: #2BBDCC;
}
</style>
border-color css
<style>
span { border-color: #2BBDCC; }
span { border-color: rgb(43,189,204); }
td.TdClassName
{
border-color: #2BBDCC;
}
.TagClassName
{
border-color: #2BBDCC;
}
</style>