Shades of Summer Sky #2CBCDD
Tints of Summer Sky #2CBCDD
RGB
CMYK
RGB Variations
Color information
#2CBCDD (or 0x2CBCDD) is known color: Summer Sky. HEX triplet: 2C, BC and DD. RGB value is (44,188,221). Sum of RGB (Red+Green+Blue) = 44+188+221=453 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.71% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 221 (86.72% from 255 or 48.79% from 453); Max value from RGB is 221 - color contains mainly: blue. Hex color #2CBCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBCDD is #D34322. Grayscale: #949494. Windows color (decimal): -13845283 or 14531628. OLE color: 14531628.
HSL color Cylindrical-coordinate representation of color #2CBCDD: hue angle of 191.19º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CBCDD is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 188 | 221 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.13 |
| HSL | 191.19º | 0.72% | 0.52% | - |
| HSV(B) | 191.19º | 0.8% | 0.87% | - |
| XYZ | 32.07 | 41.72 | 74.77 | - |
| YUV | 148.71 | 168.79 | 53.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 221 | 0.80 | 0.15 | 0 | 0.13 | 191.19 | 0.72 | 0.52 |
| Hex | 2C | BC | DD | 50 | F | 0 | D | BF | 48 | 34 |
| Octal | 54 | 274 | 335 | 120 | 17 | 0 | 15 | 277 | 110 | 64 |
| Binary | 101100 | 10111100 | 11011101 | 1010000 | 1111 | 0 | 1101 | 10111111 | 1001000 | 110100 |
Color Harmonies of #2CBCDD
Complementary color
Monochromatic Colors of #2CBCDD
Black with #2CBCDD
Text Example
Text Example
White with #2CBCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCDD; }
p { color: rgb(44,188,221); }
H1.HeaderClassName
{
color: #2CBCDD;
}
.AnyTagClassName
{
color: #2CBCDD;
}
</style>
background-color css
<style>
a { background-color: #2CBCDD; }
a { background-color: rgb(44,188,221); }
div.DivClassName
{
background-color: #2CBCDD;
}
.BgClassName
{
background-color: #2CBCDD;
}
</style>
border-color css
<style>
span { border-color: #2CBCDD; }
span { border-color: rgb(44,188,221); }
td.TdClassName
{
border-color: #2CBCDD;
}
.TagClassName
{
border-color: #2CBCDD;
}
</style>