Shades of Summer Sky #21C0EB
Tints of Summer Sky #21C0EB
RGB
CMYK
RGB Variations
Color information
#21C0EB (or 0x21C0EB) is known color: Summer Sky. HEX triplet: 21, C0 and EB. RGB value is (33,192,235). Sum of RGB (Red+Green+Blue) = 33+192+235=460 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.17% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #21C0EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C0EB is #DE3F14. Grayscale: #959595. Windows color (decimal): -14565141 or 15450145. OLE color: 15450145.
HSL color Cylindrical-coordinate representation of color #21C0EB: hue angle of 192.77º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21C0EB is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 192 | 235 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.08 |
| HSL | 192.77º | 0.83% | 0.53% | - |
| HSV(B) | 192.77º | 0.86% | 0.92% | - |
| XYZ | 34.47 | 44.02 | 85.28 | - |
| YUV | 149.36 | 176.32 | 45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 192 | 235 | 0.86 | 0.18 | 0 | 0.08 | 192.77 | 0.83 | 0.53 |
| Hex | 21 | C0 | EB | 56 | 12 | 0 | 8 | C1 | 53 | 35 |
| Octal | 41 | 300 | 353 | 126 | 22 | 0 | 10 | 301 | 123 | 65 |
| Binary | 100001 | 11000000 | 11101011 | 1010110 | 10010 | 0 | 1000 | 11000001 | 1010011 | 110101 |
Color Harmonies of #21C0EB
Complementary color
Monochromatic Colors of #21C0EB
Black with #21C0EB
Text Example
Text Example
White with #21C0EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C0EB; }
p { color: rgb(33,192,235); }
H1.HeaderClassName
{
color: #21C0EB;
}
.AnyTagClassName
{
color: #21C0EB;
}
</style>
background-color css
<style>
a { background-color: #21C0EB; }
a { background-color: rgb(33,192,235); }
div.DivClassName
{
background-color: #21C0EB;
}
.BgClassName
{
background-color: #21C0EB;
}
</style>
border-color css
<style>
span { border-color: #21C0EB; }
span { border-color: rgb(33,192,235); }
td.TdClassName
{
border-color: #21C0EB;
}
.TagClassName
{
border-color: #21C0EB;
}
</style>