Shades of Summer Sky #21BBDC
Tints of Summer Sky #21BBDC
RGB
CMYK
RGB Variations
Color information
#21BBDC (or 0x21BBDC) is known color: Summer Sky. HEX triplet: 21, BB and DC. RGB value is (33,187,220). Sum of RGB (Red+Green+Blue) = 33+187+220=440 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.5% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #21BBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BBDC is #DE4423. Grayscale: #909090. Windows color (decimal): -14566436 or 14465825. OLE color: 14465825.
HSL color Cylindrical-coordinate representation of color #21BBDC: hue angle of 190.59º 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 #21BBDC is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 187 | 220 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.14 |
| HSL | 190.59º | 0.74% | 0.5% | - |
| HSV(B) | 190.59º | 0.85% | 0.86% | - |
| XYZ | 31.32 | 41.03 | 73.98 | - |
| YUV | 144.72 | 170.48 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 220 | 0.85 | 0.15 | 0 | 0.14 | 190.59 | 0.74 | 0.5 |
| Hex | 21 | BB | DC | 55 | F | 0 | E | BF | 4A | 32 |
| Octal | 41 | 273 | 334 | 125 | 17 | 0 | 16 | 277 | 112 | 62 |
| Binary | 100001 | 10111011 | 11011100 | 1010101 | 1111 | 0 | 1110 | 10111111 | 1001010 | 110010 |
Color Harmonies of #21BBDC
Complementary color
Monochromatic Colors of #21BBDC
Black with #21BBDC
Text Example
Text Example
White with #21BBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BBDC; }
p { color: rgb(33,187,220); }
H1.HeaderClassName
{
color: #21BBDC;
}
.AnyTagClassName
{
color: #21BBDC;
}
</style>
background-color css
<style>
a { background-color: #21BBDC; }
a { background-color: rgb(33,187,220); }
div.DivClassName
{
background-color: #21BBDC;
}
.BgClassName
{
background-color: #21BBDC;
}
</style>
border-color css
<style>
span { border-color: #21BBDC; }
span { border-color: rgb(33,187,220); }
td.TdClassName
{
border-color: #21BBDC;
}
.TagClassName
{
border-color: #21BBDC;
}
</style>