Shades of Summer Sky #2CCCEB
Tints of Summer Sky #2CCCEB
RGB
CMYK
RGB Variations
Color information
#2CCCEB (or 0x2CCCEB) is known color: Summer Sky. HEX triplet: 2C, CC and EB. RGB value is (44,204,235). Sum of RGB (Red+Green+Blue) = 44+204+235=483 (63% of max value = 765). Red value is 44 (17.58% from 255 or 9.11% from 483); Green value is 204 (80.08% from 255 or 42.24% from 483); Blue value is 235 (92.19% from 255 or 48.65% from 483); Max value from RGB is 235 - color contains mainly: blue. Hex color #2CCCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2CCCEB is #D33314. Grayscale: #9F9F9F. Windows color (decimal): -13841173 or 15453228. OLE color: 15453228.
HSL color Cylindrical-coordinate representation of color #2CCCEB: hue angle of 189.74º 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 #2CCCEB is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 44 | 204 | 235 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.08 |
| HSL | 189.74º | 0.83% | 0.55% | - |
| HSV(B) | 189.74º | 0.81% | 0.92% | - |
| XYZ | 37.63 | 49.72 | 86.21 | - |
| YUV | 159.69 | 170.49 | 45.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 204 | 235 | 0.81 | 0.13 | 0 | 0.08 | 189.74 | 0.83 | 0.55 |
| Hex | 2C | CC | EB | 51 | D | 0 | 8 | BE | 53 | 37 |
| Octal | 54 | 314 | 353 | 121 | 15 | 0 | 10 | 276 | 123 | 67 |
| Binary | 101100 | 11001100 | 11101011 | 1010001 | 1101 | 0 | 1000 | 10111110 | 1010011 | 110111 |
Color Harmonies of #2CCCEB
Complementary color
Monochromatic Colors of #2CCCEB
Black with #2CCCEB
Text Example
Text Example
White with #2CCCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CCCEB; }
p { color: rgb(44,204,235); }
H1.HeaderClassName
{
color: #2CCCEB;
}
.AnyTagClassName
{
color: #2CCCEB;
}
</style>
background-color css
<style>
a { background-color: #2CCCEB; }
a { background-color: rgb(44,204,235); }
div.DivClassName
{
background-color: #2CCCEB;
}
.BgClassName
{
background-color: #2CCCEB;
}
</style>
border-color css
<style>
span { border-color: #2CCCEB; }
span { border-color: rgb(44,204,235); }
td.TdClassName
{
border-color: #2CCCEB;
}
.TagClassName
{
border-color: #2CCCEB;
}
</style>