Shades of Summer Sky #21BCEC
Tints of Summer Sky #21BCEC
RGB
CMYK
RGB Variations
Color information
#21BCEC (or 0x21BCEC) is known color: Summer Sky. HEX triplet: 21, BC and EC. RGB value is (33,188,236). Sum of RGB (Red+Green+Blue) = 33+188+236=457 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.22% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 236 (92.58% from 255 or 51.64% from 457); Max value from RGB is 236 - color contains mainly: blue. Hex color #21BCEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BCEC is #DE4313. Grayscale: #929292. Windows color (decimal): -14566164 or 15514657. OLE color: 15514657.
HSL color Cylindrical-coordinate representation of color #21BCEC: hue angle of 194.19º degrees, saturation: 0.84, 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 #21BCEC is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 188 | 236 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.07 |
| HSL | 194.19º | 0.84% | 0.53% | - |
| HSV(B) | 194.19º | 0.86% | 0.93% | - |
| XYZ | 33.75 | 42.35 | 85.75 | - |
| YUV | 147.13 | 178.15 | 46.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 236 | 0.86 | 0.20 | 0 | 0.07 | 194.19 | 0.84 | 0.53 |
| Hex | 21 | BC | EC | 56 | 14 | 0 | 7 | C2 | 54 | 35 |
| Octal | 41 | 274 | 354 | 126 | 24 | 0 | 7 | 302 | 124 | 65 |
| Binary | 100001 | 10111100 | 11101100 | 1010110 | 10100 | 0 | 111 | 11000010 | 1010100 | 110101 |
Color Harmonies of #21BCEC
Complementary color
Monochromatic Colors of #21BCEC
Black with #21BCEC
Text Example
Text Example
White with #21BCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCEC; }
p { color: rgb(33,188,236); }
H1.HeaderClassName
{
color: #21BCEC;
}
.AnyTagClassName
{
color: #21BCEC;
}
</style>
background-color css
<style>
a { background-color: #21BCEC; }
a { background-color: rgb(33,188,236); }
div.DivClassName
{
background-color: #21BCEC;
}
.BgClassName
{
background-color: #21BCEC;
}
</style>
border-color css
<style>
span { border-color: #21BCEC; }
span { border-color: rgb(33,188,236); }
td.TdClassName
{
border-color: #21BCEC;
}
.TagClassName
{
border-color: #21BCEC;
}
</style>