Shades of Summer Sky #21BCED
Tints of Summer Sky #21BCED
RGB
CMYK
RGB Variations
Color information
#21BCED (or 0x21BCED) is known color: Summer Sky. HEX triplet: 21, BC and ED. RGB value is (33,188,237). Sum of RGB (Red+Green+Blue) = 33+188+237=458 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.21% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 237 (92.97% from 255 or 51.75% from 458); Max value from RGB is 237 - color contains mainly: blue. Hex color #21BCED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BCED is #DE4312. Grayscale: #929292. Windows color (decimal): -14566163 or 15580193. OLE color: 15580193.
HSL color Cylindrical-coordinate representation of color #21BCED: hue angle of 194.41º degrees, saturation: 0.85, 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 #21BCED is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 188 | 237 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.07 |
| HSL | 194.41º | 0.85% | 0.53% | - |
| HSV(B) | 194.41º | 0.86% | 0.93% | - |
| XYZ | 33.9 | 42.4 | 86.52 | - |
| YUV | 147.24 | 178.65 | 46.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 237 | 0.86 | 0.21 | 0 | 0.07 | 194.41 | 0.85 | 0.53 |
| Hex | 21 | BC | ED | 56 | 15 | 0 | 7 | C2 | 55 | 35 |
| Octal | 41 | 274 | 355 | 126 | 25 | 0 | 7 | 302 | 125 | 65 |
| Binary | 100001 | 10111100 | 11101101 | 1010110 | 10101 | 0 | 111 | 11000010 | 1010101 | 110101 |
Color Harmonies of #21BCED
Complementary color
Monochromatic Colors of #21BCED
Black with #21BCED
Text Example
Text Example
White with #21BCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCED; }
p { color: rgb(33,188,237); }
H1.HeaderClassName
{
color: #21BCED;
}
.AnyTagClassName
{
color: #21BCED;
}
</style>
background-color css
<style>
a { background-color: #21BCED; }
a { background-color: rgb(33,188,237); }
div.DivClassName
{
background-color: #21BCED;
}
.BgClassName
{
background-color: #21BCED;
}
</style>
border-color css
<style>
span { border-color: #21BCED; }
span { border-color: rgb(33,188,237); }
td.TdClassName
{
border-color: #21BCED;
}
.TagClassName
{
border-color: #21BCED;
}
</style>