Shades of Summer Sky #2CC8DE
Tints of Summer Sky #2CC8DE
RGB
CMYK
RGB Variations
Color information
#2CC8DE (or 0x2CC8DE) is known color: Summer Sky. HEX triplet: 2C, C8 and DE. RGB value is (44,200,222). Sum of RGB (Red+Green+Blue) = 44+200+222=466 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.44% from 466); Green value is 200 (78.52% from 255 or 42.92% from 466); Blue value is 222 (87.11% from 255 or 47.64% from 466); Max value from RGB is 222 - color contains mainly: blue. Hex color #2CC8DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC8DE is #D33721. Grayscale: #9B9B9B. Windows color (decimal): -13842210 or 14600236. OLE color: 14600236.
HSL color Cylindrical-coordinate representation of color #2CC8DE: hue angle of 187.42º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2CC8DE is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 200 | 222 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.13 |
| HSL | 187.42º | 0.73% | 0.52% | - |
| HSV(B) | 187.42º | 0.8% | 0.87% | - |
| XYZ | 34.88 | 47.12 | 76.36 | - |
| YUV | 155.86 | 165.32 | 48.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 200 | 222 | 0.80 | 0.10 | 0 | 0.13 | 187.42 | 0.73 | 0.52 |
| Hex | 2C | C8 | DE | 50 | A | 0 | D | BB | 49 | 34 |
| Octal | 54 | 310 | 336 | 120 | 12 | 0 | 15 | 273 | 111 | 64 |
| Binary | 101100 | 11001000 | 11011110 | 1010000 | 1010 | 0 | 1101 | 10111011 | 1001001 | 110100 |
Color Harmonies of #2CC8DE
Complementary color
Monochromatic Colors of #2CC8DE
Black with #2CC8DE
Text Example
Text Example
White with #2CC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC8DE; }
p { color: rgb(44,200,222); }
H1.HeaderClassName
{
color: #2CC8DE;
}
.AnyTagClassName
{
color: #2CC8DE;
}
</style>
background-color css
<style>
a { background-color: #2CC8DE; }
a { background-color: rgb(44,200,222); }
div.DivClassName
{
background-color: #2CC8DE;
}
.BgClassName
{
background-color: #2CC8DE;
}
</style>
border-color css
<style>
span { border-color: #2CC8DE; }
span { border-color: rgb(44,200,222); }
td.TdClassName
{
border-color: #2CC8DE;
}
.TagClassName
{
border-color: #2CC8DE;
}
</style>