Shades of Summer Sky #21BAD1
Tints of Summer Sky #21BAD1
RGB
CMYK
RGB Variations
Color information
#21BAD1 (or 0x21BAD1) is known color: Summer Sky. HEX triplet: 21, BA and D1. RGB value is (33,186,209). Sum of RGB (Red+Green+Blue) = 33+186+209=428 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.71% from 428); Green value is 186 (73.05% from 255 or 43.46% from 428); Blue value is 209 (82.03% from 255 or 48.83% from 428); Max value from RGB is 209 - color contains mainly: blue. Hex color #21BAD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BAD1 is #DE452E. Grayscale: #8E8E8E. Windows color (decimal): -14566703 or 13744673. OLE color: 13744673.
HSL color Cylindrical-coordinate representation of color #21BAD1: hue angle of 187.84º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21BAD1 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 186 | 209 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.18 |
| HSL | 187.84º | 0.73% | 0.47% | - |
| HSV(B) | 187.84º | 0.84% | 0.82% | - |
| XYZ | 29.69 | 40.04 | 66.49 | - |
| YUV | 142.88 | 165.31 | 49.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 186 | 209 | 0.84 | 0.11 | 0 | 0.18 | 187.84 | 0.73 | 0.47 |
| Hex | 21 | BA | D1 | 54 | B | 0 | 12 | BC | 49 | 2F |
| Octal | 41 | 272 | 321 | 124 | 13 | 0 | 22 | 274 | 111 | 57 |
| Binary | 100001 | 10111010 | 11010001 | 1010100 | 1011 | 0 | 10010 | 10111100 | 1001001 | 101111 |
Color Harmonies of #21BAD1
Complementary color
Monochromatic Colors of #21BAD1
Black with #21BAD1
Text Example
Text Example
White with #21BAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BAD1; }
p { color: rgb(33,186,209); }
H1.HeaderClassName
{
color: #21BAD1;
}
.AnyTagClassName
{
color: #21BAD1;
}
</style>
background-color css
<style>
a { background-color: #21BAD1; }
a { background-color: rgb(33,186,209); }
div.DivClassName
{
background-color: #21BAD1;
}
.BgClassName
{
background-color: #21BAD1;
}
</style>
border-color css
<style>
span { border-color: #21BAD1; }
span { border-color: rgb(33,186,209); }
td.TdClassName
{
border-color: #21BAD1;
}
.TagClassName
{
border-color: #21BAD1;
}
</style>