Shades of Summer Sky #2CCEEA
Tints of Summer Sky #2CCEEA
RGB
CMYK
RGB Variations
Color information
#2CCEEA (or 0x2CCEEA) is known color: Summer Sky. HEX triplet: 2C, CE and EA. RGB value is (44,206,234). Sum of RGB (Red+Green+Blue) = 44+206+234=484 (64% of max value = 765). Red value is 44 (17.58% from 255 or 9.09% from 484); Green value is 206 (80.86% from 255 or 42.56% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #2CCEEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCEEA is #D33115. Grayscale: #A0A0A0. Windows color (decimal): -13840662 or 15388204. OLE color: 15388204.
HSL color Cylindrical-coordinate representation of color #2CCEEA: hue angle of 188.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 #2CCEEA is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 206 | 234 | - |
| CMYK | 0.81 | 0.12 | 0 | 0.08 |
| HSL | 188.84º | 0.82% | 0.55% | - |
| HSV(B) | 188.84º | 0.81% | 0.92% | - |
| XYZ | 37.96 | 50.62 | 85.61 | - |
| YUV | 160.75 | 169.33 | 44.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 206 | 234 | 0.81 | 0.12 | 0 | 0.08 | 188.84 | 0.82 | 0.55 |
| Hex | 2C | CE | EA | 51 | C | 0 | 8 | BD | 52 | 37 |
| Octal | 54 | 316 | 352 | 121 | 14 | 0 | 10 | 275 | 122 | 67 |
| Binary | 101100 | 11001110 | 11101010 | 1010001 | 1100 | 0 | 1000 | 10111101 | 1010010 | 110111 |
Color Harmonies of #2CCEEA
Complementary color
Monochromatic Colors of #2CCEEA
Black with #2CCEEA
Text Example
Text Example
White with #2CCEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCEEA; }
p { color: rgb(44,206,234); }
H1.HeaderClassName
{
color: #2CCEEA;
}
.AnyTagClassName
{
color: #2CCEEA;
}
</style>
background-color css
<style>
a { background-color: #2CCEEA; }
a { background-color: rgb(44,206,234); }
div.DivClassName
{
background-color: #2CCEEA;
}
.BgClassName
{
background-color: #2CCEEA;
}
</style>
border-color css
<style>
span { border-color: #2CCEEA; }
span { border-color: rgb(44,206,234); }
td.TdClassName
{
border-color: #2CCEEA;
}
.TagClassName
{
border-color: #2CCEEA;
}
</style>