Shades of Summer Sky #21C2EE
Tints of Summer Sky #21C2EE
RGB
CMYK
RGB Variations
Color information
#21C2EE (or 0x21C2EE) is known color: Summer Sky. HEX triplet: 21, C2 and EE. RGB value is (33,194,238). Sum of RGB (Red+Green+Blue) = 33+194+238=465 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.10% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 238 (93.36% from 255 or 51.18% from 465); Max value from RGB is 238 - color contains mainly: blue. Hex color #21C2EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C2EE is #DE3D11. Grayscale: #969696. Windows color (decimal): -14564626 or 15647265. OLE color: 15647265.
HSL color Cylindrical-coordinate representation of color #21C2EE: hue angle of 192.88º 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 #21C2EE is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 194 | 238 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.07 |
| HSL | 192.88º | 0.86% | 0.53% | - |
| HSV(B) | 192.88º | 0.86% | 0.93% | - |
| XYZ | 35.35 | 45.08 | 87.73 | - |
| YUV | 150.88 | 177.16 | 43.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 194 | 238 | 0.86 | 0.18 | 0 | 0.07 | 192.88 | 0.86 | 0.53 |
| Hex | 21 | C2 | EE | 56 | 12 | 0 | 7 | C1 | 56 | 35 |
| Octal | 41 | 302 | 356 | 126 | 22 | 0 | 7 | 301 | 126 | 65 |
| Binary | 100001 | 11000010 | 11101110 | 1010110 | 10010 | 0 | 111 | 11000001 | 1010110 | 110101 |
Color Harmonies of #21C2EE
Complementary color
Monochromatic Colors of #21C2EE
Black with #21C2EE
Text Example
Text Example
White with #21C2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C2EE; }
p { color: rgb(33,194,238); }
H1.HeaderClassName
{
color: #21C2EE;
}
.AnyTagClassName
{
color: #21C2EE;
}
</style>
background-color css
<style>
a { background-color: #21C2EE; }
a { background-color: rgb(33,194,238); }
div.DivClassName
{
background-color: #21C2EE;
}
.BgClassName
{
background-color: #21C2EE;
}
</style>
border-color css
<style>
span { border-color: #21C2EE; }
span { border-color: rgb(33,194,238); }
td.TdClassName
{
border-color: #21C2EE;
}
.TagClassName
{
border-color: #21C2EE;
}
</style>