Shades of Summer Sky #2BCCE0
Tints of Summer Sky #2BCCE0
RGB
CMYK
RGB Variations
Color information
#2BCCE0 (or 0x2BCCE0) is known color: Summer Sky. HEX triplet: 2B, CC and E0. RGB value is (43,204,224). Sum of RGB (Red+Green+Blue) = 43+204+224=471 (62% of max value = 765). Red value is 43 (17.19% from 255 or 9.13% from 471); Green value is 204 (80.08% from 255 or 43.31% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #2BCCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCE0 is #D4331F. Grayscale: #9D9D9D. Windows color (decimal): -13906720 or 14732331. OLE color: 14732331.
HSL color Cylindrical-coordinate representation of color #2BCCE0: hue angle of 186.63º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2BCCE0 is Cyan = 0.81, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 43 | 204 | 224 | - |
| CMYK | 0.81 | 0.09 | 0 | 0.12 |
| HSL | 186.63º | 0.74% | 0.52% | - |
| HSV(B) | 186.63º | 0.81% | 0.88% | - |
| XYZ | 36.04 | 49.08 | 78.09 | - |
| YUV | 158.14 | 165.16 | 45.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 224 | 0.81 | 0.09 | 0 | 0.12 | 186.63 | 0.74 | 0.52 |
| Hex | 2B | CC | E0 | 51 | 9 | 0 | C | BB | 4A | 34 |
| Octal | 53 | 314 | 340 | 121 | 11 | 0 | 14 | 273 | 112 | 64 |
| Binary | 101011 | 11001100 | 11100000 | 1010001 | 1001 | 0 | 1100 | 10111011 | 1001010 | 110100 |
Color Harmonies of #2BCCE0
Complementary color
Monochromatic Colors of #2BCCE0
Black with #2BCCE0
Text Example
Text Example
White with #2BCCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCCE0; }
p { color: rgb(43,204,224); }
H1.HeaderClassName
{
color: #2BCCE0;
}
.AnyTagClassName
{
color: #2BCCE0;
}
</style>
background-color css
<style>
a { background-color: #2BCCE0; }
a { background-color: rgb(43,204,224); }
div.DivClassName
{
background-color: #2BCCE0;
}
.BgClassName
{
background-color: #2BCCE0;
}
</style>
border-color css
<style>
span { border-color: #2BCCE0; }
span { border-color: rgb(43,204,224); }
td.TdClassName
{
border-color: #2BCCE0;
}
.TagClassName
{
border-color: #2BCCE0;
}
</style>