Shades of Summer Sky #21BCDB
Tints of Summer Sky #21BCDB
RGB
CMYK
RGB Variations
Color information
#21BCDB (or 0x21BCDB) is known color: Summer Sky. HEX triplet: 21, BC and DB. RGB value is (33,188,219). Sum of RGB (Red+Green+Blue) = 33+188+219=440 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.5% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 219 (85.94% from 255 or 49.77% from 440); Max value from RGB is 219 - color contains mainly: blue. Hex color #21BCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCDB is #DE4324. Grayscale: #909090. Windows color (decimal): -14566181 or 14400545. OLE color: 14400545.
HSL color Cylindrical-coordinate representation of color #21BCDB: hue angle of 190º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21BCDB is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 188 | 219 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.14 |
| HSL | 190º | 0.74% | 0.49% | - |
| HSV(B) | 190º | 0.85% | 0.86% | - |
| XYZ | 31.4 | 41.4 | 73.35 | - |
| YUV | 145.19 | 169.65 | 47.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 219 | 0.85 | 0.14 | 0 | 0.14 | 190 | 0.74 | 0.49 |
| Hex | 21 | BC | DB | 55 | E | 0 | E | BE | 4A | 31 |
| Octal | 41 | 274 | 333 | 125 | 16 | 0 | 16 | 276 | 112 | 61 |
| Binary | 100001 | 10111100 | 11011011 | 1010101 | 1110 | 0 | 1110 | 10111110 | 1001010 | 110001 |
Color Harmonies of #21BCDB
Complementary color
Monochromatic Colors of #21BCDB
Black with #21BCDB
Text Example
Text Example
White with #21BCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCDB; }
p { color: rgb(33,188,219); }
H1.HeaderClassName
{
color: #21BCDB;
}
.AnyTagClassName
{
color: #21BCDB;
}
</style>
background-color css
<style>
a { background-color: #21BCDB; }
a { background-color: rgb(33,188,219); }
div.DivClassName
{
background-color: #21BCDB;
}
.BgClassName
{
background-color: #21BCDB;
}
</style>
border-color css
<style>
span { border-color: #21BCDB; }
span { border-color: rgb(33,188,219); }
td.TdClassName
{
border-color: #21BCDB;
}
.TagClassName
{
border-color: #21BCDB;
}
</style>