Shades of Summer Sky #21C8EF
Tints of Summer Sky #21C8EF
RGB
CMYK
RGB Variations
Color information
#21C8EF (or 0x21C8EF) is known color: Summer Sky. HEX triplet: 21, C8 and EF. RGB value is (33,200,239). Sum of RGB (Red+Green+Blue) = 33+200+239=472 (62% of max value = 765). Red value is 33 (13.28% from 255 or 6.99% from 472); Green value is 200 (78.52% from 255 or 42.37% from 472); Blue value is 239 (93.75% from 255 or 50.64% from 472); Max value from RGB is 239 - color contains mainly: blue. Hex color #21C8EF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C8EF is #DE3710. Grayscale: #9A9A9A. Windows color (decimal): -14563089 or 15714337. OLE color: 15714337.
HSL color Cylindrical-coordinate representation of color #21C8EF: hue angle of 191.36º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21C8EF is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 200 | 239 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.06 |
| HSL | 191.36º | 0.87% | 0.53% | - |
| HSV(B) | 191.36º | 0.86% | 0.94% | - |
| XYZ | 36.86 | 47.86 | 88.96 | - |
| YUV | 154.51 | 175.67 | 41.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 200 | 239 | 0.86 | 0.16 | 0 | 0.06 | 191.36 | 0.87 | 0.53 |
| Hex | 21 | C8 | EF | 56 | 10 | 0 | 6 | BF | 57 | 35 |
| Octal | 41 | 310 | 357 | 126 | 20 | 0 | 6 | 277 | 127 | 65 |
| Binary | 100001 | 11001000 | 11101111 | 1010110 | 10000 | 0 | 110 | 10111111 | 1010111 | 110101 |
Color Harmonies of #21C8EF
Complementary color
Monochromatic Colors of #21C8EF
Black with #21C8EF
Text Example
Text Example
White with #21C8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C8EF; }
p { color: rgb(33,200,239); }
H1.HeaderClassName
{
color: #21C8EF;
}
.AnyTagClassName
{
color: #21C8EF;
}
</style>
background-color css
<style>
a { background-color: #21C8EF; }
a { background-color: rgb(33,200,239); }
div.DivClassName
{
background-color: #21C8EF;
}
.BgClassName
{
background-color: #21C8EF;
}
</style>
border-color css
<style>
span { border-color: #21C8EF; }
span { border-color: rgb(33,200,239); }
td.TdClassName
{
border-color: #21C8EF;
}
.TagClassName
{
border-color: #21C8EF;
}
</style>