Shades of Summer Sky #2CBCEA
Tints of Summer Sky #2CBCEA
RGB
CMYK
RGB Variations
Color information
#2CBCEA (or 0x2CBCEA) is known color: Summer Sky. HEX triplet: 2C, BC and EA. RGB value is (44,188,234). Sum of RGB (Red+Green+Blue) = 44+188+234=466 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.44% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 234 (91.80% from 255 or 50.21% from 466); Max value from RGB is 234 - color contains mainly: blue. Hex color #2CBCEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CBCEA is #D34315. Grayscale: #959595. Windows color (decimal): -13845270 or 15383596. OLE color: 15383596.
HSL color Cylindrical-coordinate representation of color #2CBCEA: hue angle of 194.53º 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 #2CBCEA is Cyan = 0.81, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 188 | 234 | - |
| CMYK | 0.81 | 0.20 | 0 | 0.08 |
| HSL | 194.53º | 0.82% | 0.55% | - |
| HSV(B) | 194.53º | 0.81% | 0.92% | - |
| XYZ | 33.87 | 42.44 | 84.25 | - |
| YUV | 150.19 | 175.29 | 52.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 188 | 234 | 0.81 | 0.20 | 0 | 0.08 | 194.53 | 0.82 | 0.55 |
| Hex | 2C | BC | EA | 51 | 14 | 0 | 8 | C3 | 52 | 37 |
| Octal | 54 | 274 | 352 | 121 | 24 | 0 | 10 | 303 | 122 | 67 |
| Binary | 101100 | 10111100 | 11101010 | 1010001 | 10100 | 0 | 1000 | 11000011 | 1010010 | 110111 |
Color Harmonies of #2CBCEA
Complementary color
Monochromatic Colors of #2CBCEA
Black with #2CBCEA
Text Example
Text Example
White with #2CBCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CBCEA; }
p { color: rgb(44,188,234); }
H1.HeaderClassName
{
color: #2CBCEA;
}
.AnyTagClassName
{
color: #2CBCEA;
}
</style>
background-color css
<style>
a { background-color: #2CBCEA; }
a { background-color: rgb(44,188,234); }
div.DivClassName
{
background-color: #2CBCEA;
}
.BgClassName
{
background-color: #2CBCEA;
}
</style>
border-color css
<style>
span { border-color: #2CBCEA; }
span { border-color: rgb(44,188,234); }
td.TdClassName
{
border-color: #2CBCEA;
}
.TagClassName
{
border-color: #2CBCEA;
}
</style>