Shades of Summer Sky #21B9DC
Tints of Summer Sky #21B9DC
RGB
CMYK
RGB Variations
Color information
#21B9DC (or 0x21B9DC) is known color: Summer Sky. HEX triplet: 21, B9 and DC. RGB value is (33,185,220). Sum of RGB (Red+Green+Blue) = 33+185+220=438 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.53% from 438); Green value is 185 (72.66% from 255 or 42.24% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #21B9DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21B9DC is #DE4623. Grayscale: #8F8F8F. Windows color (decimal): -14566948 or 14465313. OLE color: 14465313.
HSL color Cylindrical-coordinate representation of color #21B9DC: hue angle of 191.23º 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 #21B9DC is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 185 | 220 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.14 |
| HSL | 191.23º | 0.74% | 0.5% | - |
| HSV(B) | 191.23º | 0.85% | 0.86% | - |
| XYZ | 30.89 | 40.19 | 73.84 | - |
| YUV | 143.54 | 171.14 | 49.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 185 | 220 | 0.85 | 0.16 | 0 | 0.14 | 191.23 | 0.74 | 0.5 |
| Hex | 21 | B9 | DC | 55 | 10 | 0 | E | BF | 4A | 32 |
| Octal | 41 | 271 | 334 | 125 | 20 | 0 | 16 | 277 | 112 | 62 |
| Binary | 100001 | 10111001 | 11011100 | 1010101 | 10000 | 0 | 1110 | 10111111 | 1001010 | 110010 |
Color Harmonies of #21B9DC
Complementary color
Monochromatic Colors of #21B9DC
Black with #21B9DC
Text Example
Text Example
White with #21B9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B9DC; }
p { color: rgb(33,185,220); }
H1.HeaderClassName
{
color: #21B9DC;
}
.AnyTagClassName
{
color: #21B9DC;
}
</style>
background-color css
<style>
a { background-color: #21B9DC; }
a { background-color: rgb(33,185,220); }
div.DivClassName
{
background-color: #21B9DC;
}
.BgClassName
{
background-color: #21B9DC;
}
</style>
border-color css
<style>
span { border-color: #21B9DC; }
span { border-color: rgb(33,185,220); }
td.TdClassName
{
border-color: #21B9DC;
}
.TagClassName
{
border-color: #21B9DC;
}
</style>