Shades of Summer Sky #21C1DC
Tints of Summer Sky #21C1DC
RGB
CMYK
RGB Variations
Color information
#21C1DC (or 0x21C1DC) is known color: Summer Sky. HEX triplet: 21, C1 and DC. RGB value is (33,193,220). Sum of RGB (Red+Green+Blue) = 33+193+220=446 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.40% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #21C1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C1DC is #DE3E23. Grayscale: #939393. Windows color (decimal): -14564900 or 14467361. OLE color: 14467361.
HSL color Cylindrical-coordinate representation of color #21C1DC: hue angle of 188.66º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21C1DC is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 193 | 220 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.14 |
| HSL | 188.66º | 0.74% | 0.5% | - |
| HSV(B) | 188.66º | 0.85% | 0.86% | - |
| XYZ | 32.62 | 43.63 | 74.41 | - |
| YUV | 148.24 | 168.49 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 220 | 0.85 | 0.12 | 0 | 0.14 | 188.66 | 0.74 | 0.5 |
| Hex | 21 | C1 | DC | 55 | C | 0 | E | BD | 4A | 32 |
| Octal | 41 | 301 | 334 | 125 | 14 | 0 | 16 | 275 | 112 | 62 |
| Binary | 100001 | 11000001 | 11011100 | 1010101 | 1100 | 0 | 1110 | 10111101 | 1001010 | 110010 |
Color Harmonies of #21C1DC
Complementary color
Monochromatic Colors of #21C1DC
Black with #21C1DC
Text Example
Text Example
White with #21C1DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C1DC; }
p { color: rgb(33,193,220); }
H1.HeaderClassName
{
color: #21C1DC;
}
.AnyTagClassName
{
color: #21C1DC;
}
</style>
background-color css
<style>
a { background-color: #21C1DC; }
a { background-color: rgb(33,193,220); }
div.DivClassName
{
background-color: #21C1DC;
}
.BgClassName
{
background-color: #21C1DC;
}
</style>
border-color css
<style>
span { border-color: #21C1DC; }
span { border-color: rgb(33,193,220); }
td.TdClassName
{
border-color: #21C1DC;
}
.TagClassName
{
border-color: #21C1DC;
}
</style>