Shades of Summer Sky #2CBCDF
Tints of Summer Sky #2CBCDF
RGB
CMYK
RGB Variations
Color information
#2CBCDF (or 0x2CBCDF) is known color: Summer Sky. HEX triplet: 2C, BC and DF. RGB value is (44,188,223). Sum of RGB (Red+Green+Blue) = 44+188+223=455 (60% of max value = 765). Red value is 44 (17.58% from 255 or 9.67% from 455); Green value is 188 (73.83% from 255 or 41.32% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #2CBCDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBCDF is #D34320. Grayscale: #949494. Windows color (decimal): -13845281 or 14662700. OLE color: 14662700.
HSL color Cylindrical-coordinate representation of color #2CBCDF: hue angle of 191.73º degrees, saturation: 0.74, 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 #2CBCDF is Cyan = 0.80, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 188 | 223 | - |
| CMYK | 0.80 | 0.16 | 0 | 0.13 |
| HSL | 191.73º | 0.74% | 0.52% | - |
| HSV(B) | 191.73º | 0.8% | 0.87% | - |
| XYZ | 32.34 | 41.83 | 76.18 | - |
| YUV | 148.93 | 169.79 | 53.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 223 | 0.80 | 0.16 | 0 | 0.13 | 191.73 | 0.74 | 0.52 |
| Hex | 2C | BC | DF | 50 | 10 | 0 | D | C0 | 4A | 34 |
| Octal | 54 | 274 | 337 | 120 | 20 | 0 | 15 | 300 | 112 | 64 |
| Binary | 101100 | 10111100 | 11011111 | 1010000 | 10000 | 0 | 1101 | 11000000 | 1001010 | 110100 |
Color Harmonies of #2CBCDF
Complementary color
Monochromatic Colors of #2CBCDF
Black with #2CBCDF
Text Example
Text Example
White with #2CBCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCDF; }
p { color: rgb(44,188,223); }
H1.HeaderClassName
{
color: #2CBCDF;
}
.AnyTagClassName
{
color: #2CBCDF;
}
</style>
background-color css
<style>
a { background-color: #2CBCDF; }
a { background-color: rgb(44,188,223); }
div.DivClassName
{
background-color: #2CBCDF;
}
.BgClassName
{
background-color: #2CBCDF;
}
</style>
border-color css
<style>
span { border-color: #2CBCDF; }
span { border-color: rgb(44,188,223); }
td.TdClassName
{
border-color: #2CBCDF;
}
.TagClassName
{
border-color: #2CBCDF;
}
</style>