Shades of Summer Sky #21C4EE
Tints of Summer Sky #21C4EE
RGB
CMYK
RGB Variations
Color information
#21C4EE (or 0x21C4EE) is known color: Summer Sky. HEX triplet: 21, C4 and EE. RGB value is (33,196,238). Sum of RGB (Red+Green+Blue) = 33+196+238=467 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.07% from 467); Green value is 196 (76.95% from 255 or 41.97% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #21C4EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C4EE is #DE3B11. Grayscale: #979797. Windows color (decimal): -14564114 or 15647777. OLE color: 15647777.
HSL color Cylindrical-coordinate representation of color #21C4EE: hue angle of 192.29º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21C4EE is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 196 | 238 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.07 |
| HSL | 192.29º | 0.86% | 0.53% | - |
| HSV(B) | 192.29º | 0.86% | 0.93% | - |
| XYZ | 35.8 | 45.98 | 87.88 | - |
| YUV | 152.05 | 176.5 | 43.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 196 | 238 | 0.86 | 0.18 | 0 | 0.07 | 192.29 | 0.86 | 0.53 |
| Hex | 21 | C4 | EE | 56 | 12 | 0 | 7 | C0 | 56 | 35 |
| Octal | 41 | 304 | 356 | 126 | 22 | 0 | 7 | 300 | 126 | 65 |
| Binary | 100001 | 11000100 | 11101110 | 1010110 | 10010 | 0 | 111 | 11000000 | 1010110 | 110101 |
Color Harmonies of #21C4EE
Complementary color
Monochromatic Colors of #21C4EE
Black with #21C4EE
Text Example
Text Example
White with #21C4EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C4EE; }
p { color: rgb(33,196,238); }
H1.HeaderClassName
{
color: #21C4EE;
}
.AnyTagClassName
{
color: #21C4EE;
}
</style>
background-color css
<style>
a { background-color: #21C4EE; }
a { background-color: rgb(33,196,238); }
div.DivClassName
{
background-color: #21C4EE;
}
.BgClassName
{
background-color: #21C4EE;
}
</style>
border-color css
<style>
span { border-color: #21C4EE; }
span { border-color: rgb(33,196,238); }
td.TdClassName
{
border-color: #21C4EE;
}
.TagClassName
{
border-color: #21C4EE;
}
</style>