Shades of Summer Sky #21BED2
Tints of Summer Sky #21BED2
RGB
CMYK
RGB Variations
Color information
#21BED2 (or 0x21BED2) is known color: Summer Sky. HEX triplet: 21, BE and D2. RGB value is (33,190,210). Sum of RGB (Red+Green+Blue) = 33+190+210=433 (57% of max value = 765). Red value is 33 (13.28% from 255 or 7.62% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #21BED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BED2 is #DE412D. Grayscale: #919191. Windows color (decimal): -14565678 or 13811233. OLE color: 13811233.
HSL color Cylindrical-coordinate representation of color #21BED2: hue angle of 186.78º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21BED2 is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 190 | 210 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.18 |
| HSL | 186.78º | 0.73% | 0.48% | - |
| HSV(B) | 186.78º | 0.84% | 0.82% | - |
| XYZ | 30.67 | 41.8 | 67.42 | - |
| YUV | 145.34 | 164.49 | 47.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 210 | 0.84 | 0.10 | 0 | 0.18 | 186.78 | 0.73 | 0.48 |
| Hex | 21 | BE | D2 | 54 | A | 0 | 12 | BB | 49 | 30 |
| Octal | 41 | 276 | 322 | 124 | 12 | 0 | 22 | 273 | 111 | 60 |
| Binary | 100001 | 10111110 | 11010010 | 1010100 | 1010 | 0 | 10010 | 10111011 | 1001001 | 110000 |
Color Harmonies of #21BED2
Complementary color
Monochromatic Colors of #21BED2
Black with #21BED2
Text Example
Text Example
White with #21BED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BED2; }
p { color: rgb(33,190,210); }
H1.HeaderClassName
{
color: #21BED2;
}
.AnyTagClassName
{
color: #21BED2;
}
</style>
background-color css
<style>
a { background-color: #21BED2; }
a { background-color: rgb(33,190,210); }
div.DivClassName
{
background-color: #21BED2;
}
.BgClassName
{
background-color: #21BED2;
}
</style>
border-color css
<style>
span { border-color: #21BED2; }
span { border-color: rgb(33,190,210); }
td.TdClassName
{
border-color: #21BED2;
}
.TagClassName
{
border-color: #21BED2;
}
</style>