Shades of Summer Sky #21B2CE
Tints of Summer Sky #21B2CE
RGB
CMYK
RGB Variations
Color information
#21B2CE (or 0x21B2CE) is known color: Summer Sky. HEX triplet: 21, B2 and CE. RGB value is (33,178,206). Sum of RGB (Red+Green+Blue) = 33+178+206=417 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.91% from 417); Green value is 178 (69.92% from 255 or 42.69% from 417); Blue value is 206 (80.86% from 255 or 49.40% from 417); Max value from RGB is 206 - color contains mainly: blue. Hex color #21B2CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21B2CE is #DE4D31. Grayscale: #898989. Windows color (decimal): -14568754 or 13546017. OLE color: 13546017.
HSL color Cylindrical-coordinate representation of color #21B2CE: hue angle of 189.71º 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 #21B2CE is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 178 | 206 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.19 |
| HSL | 189.71º | 0.72% | 0.47% | - |
| HSV(B) | 189.71º | 0.84% | 0.81% | - |
| XYZ | 27.69 | 36.62 | 64 | - |
| YUV | 137.84 | 166.46 | 53.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 178 | 206 | 0.84 | 0.14 | 0 | 0.19 | 189.71 | 0.72 | 0.47 |
| Hex | 21 | B2 | CE | 54 | E | 0 | 13 | BE | 48 | 2F |
| Octal | 41 | 262 | 316 | 124 | 16 | 0 | 23 | 276 | 110 | 57 |
| Binary | 100001 | 10110010 | 11001110 | 1010100 | 1110 | 0 | 10011 | 10111110 | 1001000 | 101111 |
Color Harmonies of #21B2CE
Complementary color
Monochromatic Colors of #21B2CE
Black with #21B2CE
Text Example
Text Example
White with #21B2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B2CE; }
p { color: rgb(33,178,206); }
H1.HeaderClassName
{
color: #21B2CE;
}
.AnyTagClassName
{
color: #21B2CE;
}
</style>
background-color css
<style>
a { background-color: #21B2CE; }
a { background-color: rgb(33,178,206); }
div.DivClassName
{
background-color: #21B2CE;
}
.BgClassName
{
background-color: #21B2CE;
}
</style>
border-color css
<style>
span { border-color: #21B2CE; }
span { border-color: rgb(33,178,206); }
td.TdClassName
{
border-color: #21B2CE;
}
.TagClassName
{
border-color: #21B2CE;
}
</style>