Shades of Summer Sky #21B0E6
Tints of Summer Sky #21B0E6
RGB
CMYK
RGB Variations
Color information
#21B0E6 (or 0x21B0E6) is known color: Summer Sky. HEX triplet: 21, B0 and E6. RGB value is (33,176,230). Sum of RGB (Red+Green+Blue) = 33+176+230=439 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.52% from 439); Green value is 176 (69.14% from 255 or 40.09% from 439); Blue value is 230 (90.23% from 255 or 52.39% from 439); Max value from RGB is 230 - color contains mainly: blue. Hex color #21B0E6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21B0E6 is #DE4F19. Grayscale: #8B8B8B. Windows color (decimal): -14569242 or 15118369. OLE color: 15118369.
HSL color Cylindrical-coordinate representation of color #21B0E6: hue angle of 196.45º 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 #21B0E6 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 176 | 230 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.10 |
| HSL | 196.45º | 0.8% | 0.52% | - |
| HSV(B) | 196.45º | 0.86% | 0.9% | - |
| XYZ | 30.44 | 37.09 | 80.42 | - |
| YUV | 139.4 | 179.12 | 52.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 176 | 230 | 0.86 | 0.23 | 0 | 0.10 | 196.45 | 0.8 | 0.52 |
| Hex | 21 | B0 | E6 | 56 | 17 | 0 | A | C4 | 50 | 34 |
| Octal | 41 | 260 | 346 | 126 | 27 | 0 | 12 | 304 | 120 | 64 |
| Binary | 100001 | 10110000 | 11100110 | 1010110 | 10111 | 0 | 1010 | 11000100 | 1010000 | 110100 |
Color Harmonies of #21B0E6
Complementary color
Monochromatic Colors of #21B0E6
Black with #21B0E6
Text Example
Text Example
White with #21B0E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B0E6; }
p { color: rgb(33,176,230); }
H1.HeaderClassName
{
color: #21B0E6;
}
.AnyTagClassName
{
color: #21B0E6;
}
</style>
background-color css
<style>
a { background-color: #21B0E6; }
a { background-color: rgb(33,176,230); }
div.DivClassName
{
background-color: #21B0E6;
}
.BgClassName
{
background-color: #21B0E6;
}
</style>
border-color css
<style>
span { border-color: #21B0E6; }
span { border-color: rgb(33,176,230); }
td.TdClassName
{
border-color: #21B0E6;
}
.TagClassName
{
border-color: #21B0E6;
}
</style>