Shades of Summer Sky #21BEDD
Tints of Summer Sky #21BEDD
RGB
CMYK
RGB Variations
Color information
#21BEDD (or 0x21BEDD) is known color: Summer Sky. HEX triplet: 21, BE and DD. RGB value is (33,190,221). Sum of RGB (Red+Green+Blue) = 33+190+221=444 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.43% from 444); Green value is 190 (74.61% from 255 or 42.79% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #21BEDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BEDD is #DE4122. Grayscale: #929292. Windows color (decimal): -14565667 or 14532129. OLE color: 14532129.
HSL color Cylindrical-coordinate representation of color #21BEDD: hue angle of 189.89º 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 #21BEDD is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 190 | 221 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.13 |
| HSL | 189.89º | 0.74% | 0.5% | - |
| HSV(B) | 189.89º | 0.85% | 0.87% | - |
| XYZ | 32.09 | 42.37 | 74.89 | - |
| YUV | 146.59 | 169.99 | 46.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 221 | 0.85 | 0.14 | 0 | 0.13 | 189.89 | 0.74 | 0.5 |
| Hex | 21 | BE | DD | 55 | E | 0 | D | BE | 4A | 32 |
| Octal | 41 | 276 | 335 | 125 | 16 | 0 | 15 | 276 | 112 | 62 |
| Binary | 100001 | 10111110 | 11011101 | 1010101 | 1110 | 0 | 1101 | 10111110 | 1001010 | 110010 |
Color Harmonies of #21BEDD
Complementary color
Monochromatic Colors of #21BEDD
Black with #21BEDD
Text Example
Text Example
White with #21BEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEDD; }
p { color: rgb(33,190,221); }
H1.HeaderClassName
{
color: #21BEDD;
}
.AnyTagClassName
{
color: #21BEDD;
}
</style>
background-color css
<style>
a { background-color: #21BEDD; }
a { background-color: rgb(33,190,221); }
div.DivClassName
{
background-color: #21BEDD;
}
.BgClassName
{
background-color: #21BEDD;
}
</style>
border-color css
<style>
span { border-color: #21BEDD; }
span { border-color: rgb(33,190,221); }
td.TdClassName
{
border-color: #21BEDD;
}
.TagClassName
{
border-color: #21BEDD;
}
</style>