Shades of Summer Sky #21BADE
Tints of Summer Sky #21BADE
RGB
CMYK
RGB Variations
Color information
#21BADE (or 0x21BADE) is known color: Summer Sky. HEX triplet: 21, BA and DE. RGB value is (33,186,222). Sum of RGB (Red+Green+Blue) = 33+186+222=441 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.48% from 441); Green value is 186 (73.05% from 255 or 42.18% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #21BADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BADE is #DE4521. Grayscale: #909090. Windows color (decimal): -14566690 or 14596641. OLE color: 14596641.
HSL color Cylindrical-coordinate representation of color #21BADE: hue angle of 191.43º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21BADE is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 186 | 222 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.13 |
| HSL | 191.43º | 0.74% | 0.5% | - |
| HSV(B) | 191.43º | 0.85% | 0.87% | - |
| XYZ | 31.37 | 40.72 | 75.31 | - |
| YUV | 144.36 | 171.81 | 48.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 222 | 0.85 | 0.16 | 0 | 0.13 | 191.43 | 0.74 | 0.5 |
| Hex | 21 | BA | DE | 55 | 10 | 0 | D | BF | 4A | 32 |
| Octal | 41 | 272 | 336 | 125 | 20 | 0 | 15 | 277 | 112 | 62 |
| Binary | 100001 | 10111010 | 11011110 | 1010101 | 10000 | 0 | 1101 | 10111111 | 1001010 | 110010 |
Color Harmonies of #21BADE
Complementary color
Monochromatic Colors of #21BADE
Black with #21BADE
Text Example
Text Example
White with #21BADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BADE; }
p { color: rgb(33,186,222); }
H1.HeaderClassName
{
color: #21BADE;
}
.AnyTagClassName
{
color: #21BADE;
}
</style>
background-color css
<style>
a { background-color: #21BADE; }
a { background-color: rgb(33,186,222); }
div.DivClassName
{
background-color: #21BADE;
}
.BgClassName
{
background-color: #21BADE;
}
</style>
border-color css
<style>
span { border-color: #21BADE; }
span { border-color: rgb(33,186,222); }
td.TdClassName
{
border-color: #21BADE;
}
.TagClassName
{
border-color: #21BADE;
}
</style>