Shades of Summer Sky #2CBBEA
Tints of Summer Sky #2CBBEA
RGB
CMYK
RGB Variations
Color information
#2CBBEA (or 0x2CBBEA) is known color: Summer Sky. HEX triplet: 2C, BB and EA. RGB value is (44,187,234). Sum of RGB (Red+Green+Blue) = 44+187+234=465 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.46% from 465); Green value is 187 (73.44% from 255 or 40.22% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #2CBBEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBBEA is #D34415. Grayscale: #959595. Windows color (decimal): -13845526 or 15383340. OLE color: 15383340.
HSL color Cylindrical-coordinate representation of color #2CBBEA: hue angle of 194.84º degrees, saturation: 0.82, 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 #2CBBEA is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 187 | 234 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.08 |
| HSL | 194.84º | 0.82% | 0.55% | - |
| HSV(B) | 194.84º | 0.81% | 0.92% | - |
| XYZ | 33.66 | 42.02 | 84.18 | - |
| YUV | 149.6 | 175.62 | 52.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 187 | 234 | 0.81 | 0.20 | 0 | 0.08 | 194.84 | 0.82 | 0.55 |
| Hex | 2C | BB | EA | 51 | 14 | 0 | 8 | C3 | 52 | 37 |
| Octal | 54 | 273 | 352 | 121 | 24 | 0 | 10 | 303 | 122 | 67 |
| Binary | 101100 | 10111011 | 11101010 | 1010001 | 10100 | 0 | 1000 | 11000011 | 1010010 | 110111 |
Color Harmonies of #2CBBEA
Complementary color
Monochromatic Colors of #2CBBEA
Black with #2CBBEA
Text Example
Text Example
White with #2CBBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBBEA; }
p { color: rgb(44,187,234); }
H1.HeaderClassName
{
color: #2CBBEA;
}
.AnyTagClassName
{
color: #2CBBEA;
}
</style>
background-color css
<style>
a { background-color: #2CBBEA; }
a { background-color: rgb(44,187,234); }
div.DivClassName
{
background-color: #2CBBEA;
}
.BgClassName
{
background-color: #2CBBEA;
}
</style>
border-color css
<style>
span { border-color: #2CBBEA; }
span { border-color: rgb(44,187,234); }
td.TdClassName
{
border-color: #2CBBEA;
}
.TagClassName
{
border-color: #2CBBEA;
}
</style>