Shades of Summer Sky #2CBCEB
Tints of Summer Sky #2CBCEB
RGB
CMYK
RGB Variations
Color information
#2CBCEB (or 0x2CBCEB) is known color: Summer Sky. HEX triplet: 2C, BC and EB. RGB value is (44,188,235). Sum of RGB (Red+Green+Blue) = 44+188+235=467 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.42% from 467); Green value is 188 (73.83% from 255 or 40.26% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #2CBCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBCEB is #D34314. Grayscale: #959595. Windows color (decimal): -13845269 or 15449132. OLE color: 15449132.
HSL color Cylindrical-coordinate representation of color #2CBCEB: hue angle of 194.76º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CBCEB is Cyan = 0.81, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 188 | 235 | - |
| CMYK | 0.81 | 0.2 | 0 | 0.08 |
| HSL | 194.76º | 0.83% | 0.55% | - |
| HSV(B) | 194.76º | 0.81% | 0.92% | - |
| XYZ | 34.02 | 42.5 | 85.01 | - |
| YUV | 150.3 | 175.79 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 235 | 0.81 | 0.2 | 0 | 0.08 | 194.76 | 0.83 | 0.55 |
| Hex | 2C | BC | EB | 51 | 14 | 0 | 8 | C3 | 53 | 37 |
| Octal | 54 | 274 | 353 | 121 | 24 | 0 | 10 | 303 | 123 | 67 |
| Binary | 101100 | 10111100 | 11101011 | 1010001 | 10100 | 0 | 1000 | 11000011 | 1010011 | 110111 |
Color Harmonies of #2CBCEB
Complementary color
Monochromatic Colors of #2CBCEB
Black with #2CBCEB
Text Example
Text Example
White with #2CBCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCEB; }
p { color: rgb(44,188,235); }
H1.HeaderClassName
{
color: #2CBCEB;
}
.AnyTagClassName
{
color: #2CBCEB;
}
</style>
background-color css
<style>
a { background-color: #2CBCEB; }
a { background-color: rgb(44,188,235); }
div.DivClassName
{
background-color: #2CBCEB;
}
.BgClassName
{
background-color: #2CBCEB;
}
</style>
border-color css
<style>
span { border-color: #2CBCEB; }
span { border-color: rgb(44,188,235); }
td.TdClassName
{
border-color: #2CBCEB;
}
.TagClassName
{
border-color: #2CBCEB;
}
</style>