Shades of Summer Sky #2CBCDC
Tints of Summer Sky #2CBCDC
RGB
CMYK
RGB Variations
Color information
#2CBCDC (or 0x2CBCDC) is known color: Summer Sky. HEX triplet: 2C, BC and DC. RGB value is (44,188,220). Sum of RGB (Red+Green+Blue) = 44+188+220=452 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.73% from 452); Green value is 188 (73.83% from 255 or 41.59% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #2CBCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBCDC is #D34323. Grayscale: #949494. Windows color (decimal): -13845284 or 14466092. OLE color: 14466092.
HSL color Cylindrical-coordinate representation of color #2CBCDC: hue angle of 190.91º 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 #2CBCDC is Cyan = 0.8, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 44 | 188 | 220 | - |
| CMYK | 0.8 | 0.15 | 0 | 0.14 |
| HSL | 190.91º | 0.72% | 0.52% | - |
| HSV(B) | 190.91º | 0.8% | 0.86% | - |
| XYZ | 31.94 | 41.67 | 74.07 | - |
| YUV | 148.59 | 168.29 | 53.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 220 | 0.8 | 0.15 | 0 | 0.14 | 190.91 | 0.72 | 0.52 |
| Hex | 2C | BC | DC | 50 | F | 0 | E | BF | 48 | 34 |
| Octal | 54 | 274 | 334 | 120 | 17 | 0 | 16 | 277 | 110 | 64 |
| Binary | 101100 | 10111100 | 11011100 | 1010000 | 1111 | 0 | 1110 | 10111111 | 1001000 | 110100 |
Color Harmonies of #2CBCDC
Complementary color
Monochromatic Colors of #2CBCDC
Black with #2CBCDC
Text Example
Text Example
White with #2CBCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCDC; }
p { color: rgb(44,188,220); }
H1.HeaderClassName
{
color: #2CBCDC;
}
.AnyTagClassName
{
color: #2CBCDC;
}
</style>
background-color css
<style>
a { background-color: #2CBCDC; }
a { background-color: rgb(44,188,220); }
div.DivClassName
{
background-color: #2CBCDC;
}
.BgClassName
{
background-color: #2CBCDC;
}
</style>
border-color css
<style>
span { border-color: #2CBCDC; }
span { border-color: rgb(44,188,220); }
td.TdClassName
{
border-color: #2CBCDC;
}
.TagClassName
{
border-color: #2CBCDC;
}
</style>