Shades of Pelorous #21ABC1
Tints of Pelorous #21ABC1
RGB
CMYK
RGB Variations
Color information
#21ABC1 (or 0x21ABC1) is known color: Pelorous. HEX triplet: 21, AB and C1. RGB value is (33,171,193). Sum of RGB (Red+Green+Blue) = 33+171+193=397 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.31% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 193 (75.78% from 255 or 48.61% from 397); Max value from RGB is 193 - color contains mainly: blue. Hex color #21ABC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABC1 is #DE543E. Grayscale: #848484. Windows color (decimal): -14570559 or 12692257. OLE color: 12692257.
HSL color Cylindrical-coordinate representation of color #21ABC1: hue angle of 188.25º 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 #21ABC1 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 171 | 193 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.24 |
| HSL | 188.25º | 0.71% | 0.44% | - |
| HSV(B) | 188.25º | 0.83% | 0.76% | - |
| XYZ | 24.82 | 33.3 | 55.57 | - |
| YUV | 132.25 | 162.28 | 57.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 193 | 0.83 | 0.11 | 0 | 0.24 | 188.25 | 0.71 | 0.44 |
| Hex | 21 | AB | C1 | 53 | B | 0 | 18 | BC | 47 | 2C |
| Octal | 41 | 253 | 301 | 123 | 13 | 0 | 30 | 274 | 107 | 54 |
| Binary | 100001 | 10101011 | 11000001 | 1010011 | 1011 | 0 | 11000 | 10111100 | 1000111 | 101100 |
Color Harmonies of #21ABC1
Complementary color
Monochromatic Colors of #21ABC1
Black with #21ABC1
Text Example
Text Example
White with #21ABC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ABC1; }
p { color: rgb(33,171,193); }
H1.HeaderClassName
{
color: #21ABC1;
}
.AnyTagClassName
{
color: #21ABC1;
}
</style>
background-color css
<style>
a { background-color: #21ABC1; }
a { background-color: rgb(33,171,193); }
div.DivClassName
{
background-color: #21ABC1;
}
.BgClassName
{
background-color: #21ABC1;
}
</style>
border-color css
<style>
span { border-color: #21ABC1; }
span { border-color: rgb(33,171,193); }
td.TdClassName
{
border-color: #21ABC1;
}
.TagClassName
{
border-color: #21ABC1;
}
</style>