Shades of Summer Sky #21B0CE
Tints of Summer Sky #21B0CE
RGB
CMYK
RGB Variations
Color information
#21B0CE (or 0x21B0CE) is known color: Summer Sky. HEX triplet: 21, B0 and CE. RGB value is (33,176,206). Sum of RGB (Red+Green+Blue) = 33+176+206=415 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.95% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #21B0CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21B0CE is #DE4F31. Grayscale: #888888. Windows color (decimal): -14569266 or 13545505. OLE color: 13545505.
HSL color Cylindrical-coordinate representation of color #21B0CE: hue angle of 190.4º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21B0CE is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 176 | 206 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.19 |
| HSL | 190.4º | 0.72% | 0.47% | - |
| HSV(B) | 190.4º | 0.84% | 0.81% | - |
| XYZ | 27.29 | 35.83 | 63.87 | - |
| YUV | 136.66 | 167.12 | 54.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 176 | 206 | 0.84 | 0.15 | 0 | 0.19 | 190.4 | 0.72 | 0.47 |
| Hex | 21 | B0 | CE | 54 | F | 0 | 13 | BE | 48 | 2F |
| Octal | 41 | 260 | 316 | 124 | 17 | 0 | 23 | 276 | 110 | 57 |
| Binary | 100001 | 10110000 | 11001110 | 1010100 | 1111 | 0 | 10011 | 10111110 | 1001000 | 101111 |
Color Harmonies of #21B0CE
Complementary color
Monochromatic Colors of #21B0CE
Black with #21B0CE
Text Example
Text Example
White with #21B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B0CE; }
p { color: rgb(33,176,206); }
H1.HeaderClassName
{
color: #21B0CE;
}
.AnyTagClassName
{
color: #21B0CE;
}
</style>
background-color css
<style>
a { background-color: #21B0CE; }
a { background-color: rgb(33,176,206); }
div.DivClassName
{
background-color: #21B0CE;
}
.BgClassName
{
background-color: #21B0CE;
}
</style>
border-color css
<style>
span { border-color: #21B0CE; }
span { border-color: rgb(33,176,206); }
td.TdClassName
{
border-color: #21B0CE;
}
.TagClassName
{
border-color: #21B0CE;
}
</style>