Shades of Summer Sky #21BADB
Tints of Summer Sky #21BADB
RGB
CMYK
RGB Variations
Color information
#21BADB (or 0x21BADB) is known color: Summer Sky. HEX triplet: 21, BA and DB. RGB value is (33,186,219). Sum of RGB (Red+Green+Blue) = 33+186+219=438 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.53% from 438); Green value is 186 (73.05% from 255 or 42.47% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #21BADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BADB is #DE4524. Grayscale: #8F8F8F. Windows color (decimal): -14566693 or 14400033. OLE color: 14400033.
HSL color Cylindrical-coordinate representation of color #21BADB: hue angle of 190.65º 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 #21BADB is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 186 | 219 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.14 |
| HSL | 190.65º | 0.74% | 0.49% | - |
| HSV(B) | 190.65º | 0.85% | 0.86% | - |
| XYZ | 30.97 | 40.56 | 73.21 | - |
| YUV | 144.02 | 170.31 | 48.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 219 | 0.85 | 0.15 | 0 | 0.14 | 190.65 | 0.74 | 0.49 |
| Hex | 21 | BA | DB | 55 | F | 0 | E | BF | 4A | 31 |
| Octal | 41 | 272 | 333 | 125 | 17 | 0 | 16 | 277 | 112 | 61 |
| Binary | 100001 | 10111010 | 11011011 | 1010101 | 1111 | 0 | 1110 | 10111111 | 1001010 | 110001 |
Color Harmonies of #21BADB
Complementary color
Monochromatic Colors of #21BADB
Black with #21BADB
Text Example
Text Example
White with #21BADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BADB; }
p { color: rgb(33,186,219); }
H1.HeaderClassName
{
color: #21BADB;
}
.AnyTagClassName
{
color: #21BADB;
}
</style>
background-color css
<style>
a { background-color: #21BADB; }
a { background-color: rgb(33,186,219); }
div.DivClassName
{
background-color: #21BADB;
}
.BgClassName
{
background-color: #21BADB;
}
</style>
border-color css
<style>
span { border-color: #21BADB; }
span { border-color: rgb(33,186,219); }
td.TdClassName
{
border-color: #21BADB;
}
.TagClassName
{
border-color: #21BADB;
}
</style>