Shades of Pelorous #21ADC1
Tints of Pelorous #21ADC1
RGB
CMYK
RGB Variations
Color information
#21ADC1 (or 0x21ADC1) is known color: Pelorous. HEX triplet: 21, AD and C1. RGB value is (33,173,193). Sum of RGB (Red+Green+Blue) = 33+173+193=399 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.27% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 193 (75.78% from 255 or 48.37% from 399); Max value from RGB is 193 - color contains mainly: blue. Hex color #21ADC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ADC1 is #DE523E. Grayscale: #858585. Windows color (decimal): -14570047 or 12692769. OLE color: 12692769.
HSL color Cylindrical-coordinate representation of color #21ADC1: hue angle of 187.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21ADC1 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 173 | 193 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.24 |
| HSL | 187.5º | 0.71% | 0.44% | - |
| HSV(B) | 187.5º | 0.83% | 0.76% | - |
| XYZ | 25.2 | 34.06 | 55.7 | - |
| YUV | 133.42 | 161.62 | 56.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 193 | 0.83 | 0.10 | 0 | 0.24 | 187.5 | 0.71 | 0.44 |
| Hex | 21 | AD | C1 | 53 | A | 0 | 18 | BC | 47 | 2C |
| Octal | 41 | 255 | 301 | 123 | 12 | 0 | 30 | 274 | 107 | 54 |
| Binary | 100001 | 10101101 | 11000001 | 1010011 | 1010 | 0 | 11000 | 10111100 | 1000111 | 101100 |
Color Harmonies of #21ADC1
Complementary color
Monochromatic Colors of #21ADC1
Black with #21ADC1
Text Example
Text Example
White with #21ADC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ADC1; }
p { color: rgb(33,173,193); }
H1.HeaderClassName
{
color: #21ADC1;
}
.AnyTagClassName
{
color: #21ADC1;
}
</style>
background-color css
<style>
a { background-color: #21ADC1; }
a { background-color: rgb(33,173,193); }
div.DivClassName
{
background-color: #21ADC1;
}
.BgClassName
{
background-color: #21ADC1;
}
</style>
border-color css
<style>
span { border-color: #21ADC1; }
span { border-color: rgb(33,173,193); }
td.TdClassName
{
border-color: #21ADC1;
}
.TagClassName
{
border-color: #21ADC1;
}
</style>