Shades of Summer Sky #21C4EA
Tints of Summer Sky #21C4EA
RGB
CMYK
RGB Variations
Color information
#21C4EA (or 0x21C4EA) is known color: Summer Sky. HEX triplet: 21, C4 and EA. RGB value is (33,196,234). Sum of RGB (Red+Green+Blue) = 33+196+234=463 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.13% from 463); Green value is 196 (76.95% from 255 or 42.33% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #21C4EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C4EA is #DE3B15. Grayscale: #979797. Windows color (decimal): -14564118 or 15385633. OLE color: 15385633.
HSL color Cylindrical-coordinate representation of color #21C4EA: hue angle of 191.34º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21C4EA is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 196 | 234 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.08 |
| HSL | 191.34º | 0.83% | 0.52% | - |
| HSV(B) | 191.34º | 0.86% | 0.92% | - |
| XYZ | 35.22 | 45.74 | 84.82 | - |
| YUV | 151.6 | 174.5 | 43.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 196 | 234 | 0.86 | 0.16 | 0 | 0.08 | 191.34 | 0.83 | 0.52 |
| Hex | 21 | C4 | EA | 56 | 10 | 0 | 8 | BF | 53 | 34 |
| Octal | 41 | 304 | 352 | 126 | 20 | 0 | 10 | 277 | 123 | 64 |
| Binary | 100001 | 11000100 | 11101010 | 1010110 | 10000 | 0 | 1000 | 10111111 | 1010011 | 110100 |
Color Harmonies of #21C4EA
Complementary color
Monochromatic Colors of #21C4EA
Black with #21C4EA
Text Example
Text Example
White with #21C4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C4EA; }
p { color: rgb(33,196,234); }
H1.HeaderClassName
{
color: #21C4EA;
}
.AnyTagClassName
{
color: #21C4EA;
}
</style>
background-color css
<style>
a { background-color: #21C4EA; }
a { background-color: rgb(33,196,234); }
div.DivClassName
{
background-color: #21C4EA;
}
.BgClassName
{
background-color: #21C4EA;
}
</style>
border-color css
<style>
span { border-color: #21C4EA; }
span { border-color: rgb(33,196,234); }
td.TdClassName
{
border-color: #21C4EA;
}
.TagClassName
{
border-color: #21C4EA;
}
</style>