Shades of Summer Sky #21C1DE
Tints of Summer Sky #21C1DE
RGB
CMYK
RGB Variations
Color information
#21C1DE (or 0x21C1DE) is known color: Summer Sky. HEX triplet: 21, C1 and DE. RGB value is (33,193,222). Sum of RGB (Red+Green+Blue) = 33+193+222=448 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.37% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #21C1DE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21C1DE is #DE3E21. Grayscale: #949494. Windows color (decimal): -14564898 or 14598433. OLE color: 14598433.
HSL color Cylindrical-coordinate representation of color #21C1DE: hue angle of 189.21º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21C1DE is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 193 | 222 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.13 |
| HSL | 189.21º | 0.74% | 0.5% | - |
| HSV(B) | 189.21º | 0.85% | 0.87% | - |
| XYZ | 32.88 | 43.74 | 75.82 | - |
| YUV | 148.47 | 169.49 | 45.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 193 | 222 | 0.85 | 0.13 | 0 | 0.13 | 189.21 | 0.74 | 0.5 |
| Hex | 21 | C1 | DE | 55 | D | 0 | D | BD | 4A | 32 |
| Octal | 41 | 301 | 336 | 125 | 15 | 0 | 15 | 275 | 112 | 62 |
| Binary | 100001 | 11000001 | 11011110 | 1010101 | 1101 | 0 | 1101 | 10111101 | 1001010 | 110010 |
Color Harmonies of #21C1DE
Complementary color
Monochromatic Colors of #21C1DE
Black with #21C1DE
Text Example
Text Example
White with #21C1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C1DE; }
p { color: rgb(33,193,222); }
H1.HeaderClassName
{
color: #21C1DE;
}
.AnyTagClassName
{
color: #21C1DE;
}
</style>
background-color css
<style>
a { background-color: #21C1DE; }
a { background-color: rgb(33,193,222); }
div.DivClassName
{
background-color: #21C1DE;
}
.BgClassName
{
background-color: #21C1DE;
}
</style>
border-color css
<style>
span { border-color: #21C1DE; }
span { border-color: rgb(33,193,222); }
td.TdClassName
{
border-color: #21C1DE;
}
.TagClassName
{
border-color: #21C1DE;
}
</style>