Shades of Summer Sky #2CC9EA
Tints of Summer Sky #2CC9EA
RGB
CMYK
RGB Variations
Color information
#2CC9EA (or 0x2CC9EA) is known color: Summer Sky. HEX triplet: 2C, C9 and EA. RGB value is (44,201,234). Sum of RGB (Red+Green+Blue) = 44+201+234=479 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.19% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #2CC9EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CC9EA is #D33615. Grayscale: #9D9D9D. Windows color (decimal): -13841942 or 15386924. OLE color: 15386924.
HSL color Cylindrical-coordinate representation of color #2CC9EA: hue angle of 190.42º 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 #2CC9EA is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 201 | 234 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.08 |
| HSL | 190.42º | 0.82% | 0.55% | - |
| HSV(B) | 190.42º | 0.81% | 0.92% | - |
| XYZ | 36.78 | 48.25 | 85.22 | - |
| YUV | 157.82 | 170.99 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 201 | 234 | 0.81 | 0.14 | 0 | 0.08 | 190.42 | 0.82 | 0.55 |
| Hex | 2C | C9 | EA | 51 | E | 0 | 8 | BE | 52 | 37 |
| Octal | 54 | 311 | 352 | 121 | 16 | 0 | 10 | 276 | 122 | 67 |
| Binary | 101100 | 11001001 | 11101010 | 1010001 | 1110 | 0 | 1000 | 10111110 | 1010010 | 110111 |
Color Harmonies of #2CC9EA
Complementary color
Monochromatic Colors of #2CC9EA
Black with #2CC9EA
Text Example
Text Example
White with #2CC9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC9EA; }
p { color: rgb(44,201,234); }
H1.HeaderClassName
{
color: #2CC9EA;
}
.AnyTagClassName
{
color: #2CC9EA;
}
</style>
background-color css
<style>
a { background-color: #2CC9EA; }
a { background-color: rgb(44,201,234); }
div.DivClassName
{
background-color: #2CC9EA;
}
.BgClassName
{
background-color: #2CC9EA;
}
</style>
border-color css
<style>
span { border-color: #2CC9EA; }
span { border-color: rgb(44,201,234); }
td.TdClassName
{
border-color: #2CC9EA;
}
.TagClassName
{
border-color: #2CC9EA;
}
</style>