Shades of Pelorous #21ADC0
Tints of Pelorous #21ADC0
RGB
CMYK
RGB Variations
Color information
#21ADC0 (or 0x21ADC0) is known color: Pelorous. HEX triplet: 21, AD and C0. RGB value is (33,173,192). Sum of RGB (Red+Green+Blue) = 33+173+192=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 173 (67.97% from 255 or 43.47% from 398); Blue value is 192 (75.39% from 255 or 48.24% from 398); Max value from RGB is 192 - color contains mainly: blue. Hex color #21ADC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ADC0 is #DE523F. Grayscale: #858585. Windows color (decimal): -14570048 or 12627233. OLE color: 12627233.
HSL color Cylindrical-coordinate representation of color #21ADC0: hue angle of 187.17º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21ADC0 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 173 | 192 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.25 |
| HSL | 187.17º | 0.71% | 0.44% | - |
| HSV(B) | 187.17º | 0.83% | 0.75% | - |
| XYZ | 25.09 | 34.02 | 55.11 | - |
| YUV | 133.31 | 161.12 | 56.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 192 | 0.83 | 0.10 | 0 | 0.25 | 187.17 | 0.71 | 0.44 |
| Hex | 21 | AD | C0 | 53 | A | 0 | 19 | BB | 47 | 2C |
| Octal | 41 | 255 | 300 | 123 | 12 | 0 | 31 | 273 | 107 | 54 |
| Binary | 100001 | 10101101 | 11000000 | 1010011 | 1010 | 0 | 11001 | 10111011 | 1000111 | 101100 |
Color Harmonies of #21ADC0
Complementary color
Monochromatic Colors of #21ADC0
Black with #21ADC0
Text Example
Text Example
White with #21ADC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ADC0; }
p { color: rgb(33,173,192); }
H1.HeaderClassName
{
color: #21ADC0;
}
.AnyTagClassName
{
color: #21ADC0;
}
</style>
background-color css
<style>
a { background-color: #21ADC0; }
a { background-color: rgb(33,173,192); }
div.DivClassName
{
background-color: #21ADC0;
}
.BgClassName
{
background-color: #21ADC0;
}
</style>
border-color css
<style>
span { border-color: #21ADC0; }
span { border-color: rgb(33,173,192); }
td.TdClassName
{
border-color: #21ADC0;
}
.TagClassName
{
border-color: #21ADC0;
}
</style>