Shades of Summer Sky #2CC8DF
Tints of Summer Sky #2CC8DF
RGB
CMYK
RGB Variations
Color information
#2CC8DF (or 0x2CC8DF) is known color: Summer Sky. HEX triplet: 2C, C8 and DF. RGB value is (44,200,223). Sum of RGB (Red+Green+Blue) = 44+200+223=467 (61% of max value = 765). Red value is 44 (17.58% from 255 or 9.42% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 223 (87.5% from 255 or 47.75% from 467); Max value from RGB is 223 - color contains mainly: blue. Hex color #2CC8DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC8DF is #D33720. Grayscale: #9B9B9B. Windows color (decimal): -13842209 or 14665772. OLE color: 14665772.
HSL color Cylindrical-coordinate representation of color #2CC8DF: hue angle of 187.71º degrees, saturation: 0.74, 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 #2CC8DF is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 44 | 200 | 223 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.13 |
| HSL | 187.71º | 0.74% | 0.52% | - |
| HSV(B) | 187.71º | 0.8% | 0.87% | - |
| XYZ | 35.01 | 47.17 | 77.07 | - |
| YUV | 155.98 | 165.82 | 48.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 200 | 223 | 0.80 | 0.10 | 0 | 0.13 | 187.71 | 0.74 | 0.52 |
| Hex | 2C | C8 | DF | 50 | A | 0 | D | BC | 4A | 34 |
| Octal | 54 | 310 | 337 | 120 | 12 | 0 | 15 | 274 | 112 | 64 |
| Binary | 101100 | 11001000 | 11011111 | 1010000 | 1010 | 0 | 1101 | 10111100 | 1001010 | 110100 |
Color Harmonies of #2CC8DF
Complementary color
Monochromatic Colors of #2CC8DF
Black with #2CC8DF
Text Example
Text Example
White with #2CC8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2CC8DF; }
p { color: rgb(44,200,223); }
H1.HeaderClassName
{
color: #2CC8DF;
}
.AnyTagClassName
{
color: #2CC8DF;
}
</style>
background-color css
<style>
a { background-color: #2CC8DF; }
a { background-color: rgb(44,200,223); }
div.DivClassName
{
background-color: #2CC8DF;
}
.BgClassName
{
background-color: #2CC8DF;
}
</style>
border-color css
<style>
span { border-color: #2CC8DF; }
span { border-color: rgb(44,200,223); }
td.TdClassName
{
border-color: #2CC8DF;
}
.TagClassName
{
border-color: #2CC8DF;
}
</style>