Shades of Summer Sky #2CBCCD
Tints of Summer Sky #2CBCCD
RGB
CMYK
RGB Variations
Color information
#2CBCCD (or 0x2CBCCD) is known color: Summer Sky. HEX triplet: 2C, BC and CD. RGB value is (44,188,205). Sum of RGB (Red+Green+Blue) = 44+188+205=437 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.07% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 205 - color contains mainly: blue. Hex color #2CBCCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBCCD is #D34332. Grayscale: #929292. Windows color (decimal): -13845299 or 13483052. OLE color: 13483052.
HSL color Cylindrical-coordinate representation of color #2CBCCD: hue angle of 186.34º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CBCCD is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 44 | 188 | 205 | - |
| CMYK | 0.79 | 0.08 | 0 | 0.20 |
| HSL | 186.34º | 0.65% | 0.49% | - |
| HSV(B) | 186.34º | 0.79% | 0.8% | - |
| XYZ | 30.04 | 40.91 | 64.07 | - |
| YUV | 146.88 | 160.79 | 54.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 205 | 0.79 | 0.08 | 0 | 0.20 | 186.34 | 0.65 | 0.49 |
| Hex | 2C | BC | CD | 4F | 8 | 0 | 14 | BA | 41 | 31 |
| Octal | 54 | 274 | 315 | 117 | 10 | 0 | 24 | 272 | 101 | 61 |
| Binary | 101100 | 10111100 | 11001101 | 1001111 | 1000 | 0 | 10100 | 10111010 | 1000001 | 110001 |
Color Harmonies of #2CBCCD
Complementary color
Monochromatic Colors of #2CBCCD
Black with #2CBCCD
Text Example
Text Example
White with #2CBCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCCD; }
p { color: rgb(44,188,205); }
H1.HeaderClassName
{
color: #2CBCCD;
}
.AnyTagClassName
{
color: #2CBCCD;
}
</style>
background-color css
<style>
a { background-color: #2CBCCD; }
a { background-color: rgb(44,188,205); }
div.DivClassName
{
background-color: #2CBCCD;
}
.BgClassName
{
background-color: #2CBCCD;
}
</style>
border-color css
<style>
span { border-color: #2CBCCD; }
span { border-color: rgb(44,188,205); }
td.TdClassName
{
border-color: #2CBCCD;
}
.TagClassName
{
border-color: #2CBCCD;
}
</style>