Shades of Summer Sky #21B0EE
Tints of Summer Sky #21B0EE
RGB
CMYK
RGB Variations
Color information
#21B0EE (or 0x21B0EE) is known color: Summer Sky. HEX triplet: 21, B0 and EE. RGB value is (33,176,238). Sum of RGB (Red+Green+Blue) = 33+176+238=447 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.38% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 238 (93.36% from 255 or 53.24% from 447); Max value from RGB is 238 - color contains mainly: blue. Hex color #21B0EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21B0EE is #DE4F11. Grayscale: #8B8B8B. Windows color (decimal): -14569234 or 15642657. OLE color: 15642657.
HSL color Cylindrical-coordinate representation of color #21B0EE: hue angle of 198.15º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21B0EE is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 176 | 238 | - |
| CMYK | 0.86 | 0.26 | 0 | 0.07 |
| HSL | 198.15º | 0.86% | 0.53% | - |
| HSV(B) | 198.15º | 0.86% | 0.93% | - |
| XYZ | 31.59 | 37.55 | 86.47 | - |
| YUV | 140.31 | 183.12 | 51.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 176 | 238 | 0.86 | 0.26 | 0 | 0.07 | 198.15 | 0.86 | 0.53 |
| Hex | 21 | B0 | EE | 56 | 1A | 0 | 7 | C6 | 56 | 35 |
| Octal | 41 | 260 | 356 | 126 | 32 | 0 | 7 | 306 | 126 | 65 |
| Binary | 100001 | 10110000 | 11101110 | 1010110 | 11010 | 0 | 111 | 11000110 | 1010110 | 110101 |
Color Harmonies of #21B0EE
Complementary color
Monochromatic Colors of #21B0EE
Black with #21B0EE
Text Example
Text Example
White with #21B0EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B0EE; }
p { color: rgb(33,176,238); }
H1.HeaderClassName
{
color: #21B0EE;
}
.AnyTagClassName
{
color: #21B0EE;
}
</style>
background-color css
<style>
a { background-color: #21B0EE; }
a { background-color: rgb(33,176,238); }
div.DivClassName
{
background-color: #21B0EE;
}
.BgClassName
{
background-color: #21B0EE;
}
</style>
border-color css
<style>
span { border-color: #21B0EE; }
span { border-color: rgb(33,176,238); }
td.TdClassName
{
border-color: #21B0EE;
}
.TagClassName
{
border-color: #21B0EE;
}
</style>