Shades of Pelorous #21ABC2
Tints of Pelorous #21ABC2
RGB
CMYK
RGB Variations
Color information
#21ABC2 (or 0x21ABC2) is known color: Pelorous. HEX triplet: 21, AB and C2. RGB value is (33,171,194). Sum of RGB (Red+Green+Blue) = 33+171+194=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 171 (67.19% from 255 or 42.96% from 398); Blue value is 194 (76.17% from 255 or 48.74% from 398); Max value from RGB is 194 - color contains mainly: blue. Hex color #21ABC2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABC2 is #DE543D. Grayscale: #848484. Windows color (decimal): -14570558 or 12757793. OLE color: 12757793.
HSL color Cylindrical-coordinate representation of color #21ABC2: hue angle of 188.57º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21ABC2 is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 171 | 194 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.24 |
| HSL | 188.57º | 0.71% | 0.45% | - |
| HSV(B) | 188.57º | 0.83% | 0.76% | - |
| XYZ | 24.93 | 33.34 | 56.16 | - |
| YUV | 132.36 | 162.78 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 194 | 0.83 | 0.12 | 0 | 0.24 | 188.57 | 0.71 | 0.45 |
| Hex | 21 | AB | C2 | 53 | C | 0 | 18 | BD | 47 | 2D |
| Octal | 41 | 253 | 302 | 123 | 14 | 0 | 30 | 275 | 107 | 55 |
| Binary | 100001 | 10101011 | 11000010 | 1010011 | 1100 | 0 | 11000 | 10111101 | 1000111 | 101101 |
Color Harmonies of #21ABC2
Complementary color
Monochromatic Colors of #21ABC2
Black with #21ABC2
Text Example
Text Example
White with #21ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ABC2; }
p { color: rgb(33,171,194); }
H1.HeaderClassName
{
color: #21ABC2;
}
.AnyTagClassName
{
color: #21ABC2;
}
</style>
background-color css
<style>
a { background-color: #21ABC2; }
a { background-color: rgb(33,171,194); }
div.DivClassName
{
background-color: #21ABC2;
}
.BgClassName
{
background-color: #21ABC2;
}
</style>
border-color css
<style>
span { border-color: #21ABC2; }
span { border-color: rgb(33,171,194); }
td.TdClassName
{
border-color: #21ABC2;
}
.TagClassName
{
border-color: #21ABC2;
}
</style>