Shades of Summer Sky #2BCCDC
Tints of Summer Sky #2BCCDC
RGB
CMYK
RGB Variations
Color information
#2BCCDC (or 0x2BCCDC) is known color: Summer Sky. HEX triplet: 2B, CC and DC. RGB value is (43,204,220). Sum of RGB (Red+Green+Blue) = 43+204+220=467 (61% of max value = 765). Red value is 43 (17.19% from 255 or 9.21% from 467); Green value is 204 (80.08% from 255 or 43.68% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #2BCCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2BCCDC is #D43323. Grayscale: #9D9D9D. Windows color (decimal): -13906724 or 14470187. OLE color: 14470187.
HSL color Cylindrical-coordinate representation of color #2BCCDC: hue angle of 185.42º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2BCCDC is Cyan = 0.80, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 43 | 204 | 220 | - |
| CMYK | 0.80 | 0.07 | 0 | 0.14 |
| HSL | 185.42º | 0.72% | 0.52% | - |
| HSV(B) | 185.42º | 0.8% | 0.86% | - |
| XYZ | 35.51 | 48.87 | 75.27 | - |
| YUV | 157.69 | 163.16 | 46.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 204 | 220 | 0.80 | 0.07 | 0 | 0.14 | 185.42 | 0.72 | 0.52 |
| Hex | 2B | CC | DC | 50 | 7 | 0 | E | B9 | 48 | 34 |
| Octal | 53 | 314 | 334 | 120 | 7 | 0 | 16 | 271 | 110 | 64 |
| Binary | 101011 | 11001100 | 11011100 | 1010000 | 111 | 0 | 1110 | 10111001 | 1001000 | 110100 |
Color Harmonies of #2BCCDC
Complementary color
Monochromatic Colors of #2BCCDC
Black with #2BCCDC
Text Example
Text Example
White with #2BCCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2BCCDC; }
p { color: rgb(43,204,220); }
H1.HeaderClassName
{
color: #2BCCDC;
}
.AnyTagClassName
{
color: #2BCCDC;
}
</style>
background-color css
<style>
a { background-color: #2BCCDC; }
a { background-color: rgb(43,204,220); }
div.DivClassName
{
background-color: #2BCCDC;
}
.BgClassName
{
background-color: #2BCCDC;
}
</style>
border-color css
<style>
span { border-color: #2BCCDC; }
span { border-color: rgb(43,204,220); }
td.TdClassName
{
border-color: #2BCCDC;
}
.TagClassName
{
border-color: #2BCCDC;
}
</style>