Shades of Summer Sky #21BEE1
Tints of Summer Sky #21BEE1
RGB
CMYK
RGB Variations
Color information
#21BEE1 (or 0x21BEE1) is known color: Summer Sky. HEX triplet: 21, BE and E1. RGB value is (33,190,225). Sum of RGB (Red+Green+Blue) = 33+190+225=448 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.37% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 225 (88.28% from 255 or 50.22% from 448); Max value from RGB is 225 - color contains mainly: blue. Hex color #21BEE1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BEE1 is #DE411E. Grayscale: #929292. Windows color (decimal): -14565663 or 14794273. OLE color: 14794273.
HSL color Cylindrical-coordinate representation of color #21BEE1: hue angle of 190.94º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21BEE1 is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 190 | 225 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.12 |
| HSL | 190.94º | 0.76% | 0.51% | - |
| HSV(B) | 190.94º | 0.85% | 0.88% | - |
| XYZ | 32.63 | 42.59 | 77.73 | - |
| YUV | 147.05 | 171.99 | 46.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 190 | 225 | 0.85 | 0.16 | 0 | 0.12 | 190.94 | 0.76 | 0.51 |
| Hex | 21 | BE | E1 | 55 | 10 | 0 | C | BF | 4C | 33 |
| Octal | 41 | 276 | 341 | 125 | 20 | 0 | 14 | 277 | 114 | 63 |
| Binary | 100001 | 10111110 | 11100001 | 1010101 | 10000 | 0 | 1100 | 10111111 | 1001100 | 110011 |
Color Harmonies of #21BEE1
Complementary color
Monochromatic Colors of #21BEE1
Black with #21BEE1
Text Example
Text Example
White with #21BEE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BEE1; }
p { color: rgb(33,190,225); }
H1.HeaderClassName
{
color: #21BEE1;
}
.AnyTagClassName
{
color: #21BEE1;
}
</style>
background-color css
<style>
a { background-color: #21BEE1; }
a { background-color: rgb(33,190,225); }
div.DivClassName
{
background-color: #21BEE1;
}
.BgClassName
{
background-color: #21BEE1;
}
</style>
border-color css
<style>
span { border-color: #21BEE1; }
span { border-color: rgb(33,190,225); }
td.TdClassName
{
border-color: #21BEE1;
}
.TagClassName
{
border-color: #21BEE1;
}
</style>