Shades of Summer Sky #2CBBEC
Tints of Summer Sky #2CBBEC
RGB
CMYK
RGB Variations
Color information
#2CBBEC (or 0x2CBBEC) is known color: Summer Sky. HEX triplet: 2C, BB and EC. RGB value is (44,187,236). Sum of RGB (Red+Green+Blue) = 44+187+236=467 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.42% from 467); Green value is 187 (73.44% from 255 or 40.04% from 467); Blue value is 236 (92.58% from 255 or 50.54% from 467); Max value from RGB is 236 - color contains mainly: blue. Hex color #2CBBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBBEC is #D34413. Grayscale: #959595. Windows color (decimal): -13845524 or 15514412. OLE color: 15514412.
HSL color Cylindrical-coordinate representation of color #2CBBEC: hue angle of 195.31º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CBBEC is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 44 | 187 | 236 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.07 |
| HSL | 195.31º | 0.83% | 0.55% | - |
| HSV(B) | 195.31º | 0.81% | 0.93% | - |
| XYZ | 33.95 | 42.13 | 85.7 | - |
| YUV | 149.83 | 176.62 | 52.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 236 | 0.81 | 0.21 | 0 | 0.07 | 195.31 | 0.83 | 0.55 |
| Hex | 2C | BB | EC | 51 | 15 | 0 | 7 | C3 | 53 | 37 |
| Octal | 54 | 273 | 354 | 121 | 25 | 0 | 7 | 303 | 123 | 67 |
| Binary | 101100 | 10111011 | 11101100 | 1010001 | 10101 | 0 | 111 | 11000011 | 1010011 | 110111 |
Color Harmonies of #2CBBEC
Complementary color
Monochromatic Colors of #2CBBEC
Black with #2CBBEC
Text Example
Text Example
White with #2CBBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBBEC; }
p { color: rgb(44,187,236); }
H1.HeaderClassName
{
color: #2CBBEC;
}
.AnyTagClassName
{
color: #2CBBEC;
}
</style>
background-color css
<style>
a { background-color: #2CBBEC; }
a { background-color: rgb(44,187,236); }
div.DivClassName
{
background-color: #2CBBEC;
}
.BgClassName
{
background-color: #2CBBEC;
}
</style>
border-color css
<style>
span { border-color: #2CBBEC; }
span { border-color: rgb(44,187,236); }
td.TdClassName
{
border-color: #2CBBEC;
}
.TagClassName
{
border-color: #2CBBEC;
}
</style>