Shades of Summer Sky #21BCDC
Tints of Summer Sky #21BCDC
RGB
CMYK
RGB Variations
Color information
#21BCDC (or 0x21BCDC) is known color: Summer Sky. HEX triplet: 21, BC and DC. RGB value is (33,188,220). Sum of RGB (Red+Green+Blue) = 33+188+220=441 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.48% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #21BCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCDC is #DE4323. Grayscale: #919191. Windows color (decimal): -14566180 or 14466081. OLE color: 14466081.
HSL color Cylindrical-coordinate representation of color #21BCDC: hue angle of 190.27º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21BCDC is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 188 | 220 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.14 |
| HSL | 190.27º | 0.74% | 0.5% | - |
| HSV(B) | 190.27º | 0.85% | 0.86% | - |
| XYZ | 31.53 | 41.46 | 74.05 | - |
| YUV | 145.3 | 170.15 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 220 | 0.85 | 0.15 | 0 | 0.14 | 190.27 | 0.74 | 0.5 |
| Hex | 21 | BC | DC | 55 | F | 0 | E | BE | 4A | 32 |
| Octal | 41 | 274 | 334 | 125 | 17 | 0 | 16 | 276 | 112 | 62 |
| Binary | 100001 | 10111100 | 11011100 | 1010101 | 1111 | 0 | 1110 | 10111110 | 1001010 | 110010 |
Color Harmonies of #21BCDC
Complementary color
Monochromatic Colors of #21BCDC
Black with #21BCDC
Text Example
Text Example
White with #21BCDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCDC; }
p { color: rgb(33,188,220); }
H1.HeaderClassName
{
color: #21BCDC;
}
.AnyTagClassName
{
color: #21BCDC;
}
</style>
background-color css
<style>
a { background-color: #21BCDC; }
a { background-color: rgb(33,188,220); }
div.DivClassName
{
background-color: #21BCDC;
}
.BgClassName
{
background-color: #21BCDC;
}
</style>
border-color css
<style>
span { border-color: #21BCDC; }
span { border-color: rgb(33,188,220); }
td.TdClassName
{
border-color: #21BCDC;
}
.TagClassName
{
border-color: #21BCDC;
}
</style>