Shades of Summer Sky #21BCDE
Tints of Summer Sky #21BCDE
RGB
CMYK
RGB Variations
Color information
#21BCDE (or 0x21BCDE) is known color: Summer Sky. HEX triplet: 21, BC and DE. RGB value is (33,188,222). Sum of RGB (Red+Green+Blue) = 33+188+222=443 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.45% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #21BCDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCDE is #DE4321. Grayscale: #919191. Windows color (decimal): -14566178 or 14597153. OLE color: 14597153.
HSL color Cylindrical-coordinate representation of color #21BCDE: hue angle of 190.79º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21BCDE is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 188 | 222 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.13 |
| HSL | 190.79º | 0.74% | 0.5% | - |
| HSV(B) | 190.79º | 0.85% | 0.87% | - |
| XYZ | 31.8 | 41.56 | 75.45 | - |
| YUV | 145.53 | 171.15 | 47.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 222 | 0.85 | 0.15 | 0 | 0.13 | 190.79 | 0.74 | 0.5 |
| Hex | 21 | BC | DE | 55 | F | 0 | D | BF | 4A | 32 |
| Octal | 41 | 274 | 336 | 125 | 17 | 0 | 15 | 277 | 112 | 62 |
| Binary | 100001 | 10111100 | 11011110 | 1010101 | 1111 | 0 | 1101 | 10111111 | 1001010 | 110010 |
Color Harmonies of #21BCDE
Complementary color
Monochromatic Colors of #21BCDE
Black with #21BCDE
Text Example
Text Example
White with #21BCDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCDE; }
p { color: rgb(33,188,222); }
H1.HeaderClassName
{
color: #21BCDE;
}
.AnyTagClassName
{
color: #21BCDE;
}
</style>
background-color css
<style>
a { background-color: #21BCDE; }
a { background-color: rgb(33,188,222); }
div.DivClassName
{
background-color: #21BCDE;
}
.BgClassName
{
background-color: #21BCDE;
}
</style>
border-color css
<style>
span { border-color: #21BCDE; }
span { border-color: rgb(33,188,222); }
td.TdClassName
{
border-color: #21BCDE;
}
.TagClassName
{
border-color: #21BCDE;
}
</style>