Shades of Summer Sky #21BDE6
Tints of Summer Sky #21BDE6
RGB
CMYK
RGB Variations
Color information
#21BDE6 (or 0x21BDE6) is known color: Summer Sky. HEX triplet: 21, BD and E6. RGB value is (33,189,230). Sum of RGB (Red+Green+Blue) = 33+189+230=452 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.30% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 230 (90.23% from 255 or 50.88% from 452); Max value from RGB is 230 - color contains mainly: blue. Hex color #21BDE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BDE6 is #DE4219. Grayscale: #929292. Windows color (decimal): -14565914 or 15121697. OLE color: 15121697.
HSL color Cylindrical-coordinate representation of color #21BDE6: hue angle of 192.49º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BDE6 is Cyan = 0.86, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 189 | 230 | - |
| CMYK | 0.86 | 0.18 | 0 | 0.10 |
| HSL | 192.49º | 0.8% | 0.52% | - |
| HSV(B) | 192.49º | 0.86% | 0.9% | - |
| XYZ | 33.11 | 42.43 | 81.31 | - |
| YUV | 147.03 | 174.82 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 230 | 0.86 | 0.18 | 0 | 0.10 | 192.49 | 0.8 | 0.52 |
| Hex | 21 | BD | E6 | 56 | 12 | 0 | A | C0 | 50 | 34 |
| Octal | 41 | 275 | 346 | 126 | 22 | 0 | 12 | 300 | 120 | 64 |
| Binary | 100001 | 10111101 | 11100110 | 1010110 | 10010 | 0 | 1010 | 11000000 | 1010000 | 110100 |
Color Harmonies of #21BDE6
Complementary color
Monochromatic Colors of #21BDE6
Black with #21BDE6
Text Example
Text Example
White with #21BDE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BDE6; }
p { color: rgb(33,189,230); }
H1.HeaderClassName
{
color: #21BDE6;
}
.AnyTagClassName
{
color: #21BDE6;
}
</style>
background-color css
<style>
a { background-color: #21BDE6; }
a { background-color: rgb(33,189,230); }
div.DivClassName
{
background-color: #21BDE6;
}
.BgClassName
{
background-color: #21BDE6;
}
</style>
border-color css
<style>
span { border-color: #21BDE6; }
span { border-color: rgb(33,189,230); }
td.TdClassName
{
border-color: #21BDE6;
}
.TagClassName
{
border-color: #21BDE6;
}
</style>