Shades of Summer Sky #21BCD1
Tints of Summer Sky #21BCD1
RGB
CMYK
RGB Variations
Color information
#21BCD1 (or 0x21BCD1) is known color: Summer Sky. HEX triplet: 21, BC and D1. RGB value is (33,188,209). Sum of RGB (Red+Green+Blue) = 33+188+209=430 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.67% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #21BCD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BCD1 is #DE432E. Grayscale: #8F8F8F. Windows color (decimal): -14566191 or 13745185. OLE color: 13745185.
HSL color Cylindrical-coordinate representation of color #21BCD1: hue angle of 187.16º 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 #21BCD1 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 188 | 209 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.18 |
| HSL | 187.16º | 0.73% | 0.47% | - |
| HSV(B) | 187.16º | 0.84% | 0.82% | - |
| XYZ | 30.12 | 40.89 | 66.63 | - |
| YUV | 144.05 | 164.65 | 48.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 188 | 209 | 0.84 | 0.10 | 0 | 0.18 | 187.16 | 0.73 | 0.47 |
| Hex | 21 | BC | D1 | 54 | A | 0 | 12 | BB | 49 | 2F |
| Octal | 41 | 274 | 321 | 124 | 12 | 0 | 22 | 273 | 111 | 57 |
| Binary | 100001 | 10111100 | 11010001 | 1010100 | 1010 | 0 | 10010 | 10111011 | 1001001 | 101111 |
Color Harmonies of #21BCD1
Complementary color
Monochromatic Colors of #21BCD1
Black with #21BCD1
Text Example
Text Example
White with #21BCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BCD1; }
p { color: rgb(33,188,209); }
H1.HeaderClassName
{
color: #21BCD1;
}
.AnyTagClassName
{
color: #21BCD1;
}
</style>
background-color css
<style>
a { background-color: #21BCD1; }
a { background-color: rgb(33,188,209); }
div.DivClassName
{
background-color: #21BCD1;
}
.BgClassName
{
background-color: #21BCD1;
}
</style>
border-color css
<style>
span { border-color: #21BCD1; }
span { border-color: rgb(33,188,209); }
td.TdClassName
{
border-color: #21BCD1;
}
.TagClassName
{
border-color: #21BCD1;
}
</style>