Shades of Pelorous #21ABCB
Tints of Pelorous #21ABCB
RGB
CMYK
RGB Variations
Color information
#21ABCB (or 0x21ABCB) is known color: Pelorous. HEX triplet: 21, AB and CB. RGB value is (33,171,203). Sum of RGB (Red+Green+Blue) = 33+171+203=407 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.11% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #21ABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABCB is #DE5434. Grayscale: #858585. Windows color (decimal): -14570549 or 13347617. OLE color: 13347617.
HSL color Cylindrical-coordinate representation of color #21ABCB: hue angle of 191.29º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21ABCB is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 171 | 203 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.20 |
| HSL | 191.29º | 0.72% | 0.46% | - |
| HSV(B) | 191.29º | 0.84% | 0.8% | - |
| XYZ | 25.97 | 33.76 | 61.65 | - |
| YUV | 133.39 | 167.28 | 56.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 203 | 0.84 | 0.16 | 0 | 0.20 | 191.29 | 0.72 | 0.46 |
| Hex | 21 | AB | CB | 54 | 10 | 0 | 14 | BF | 48 | 2E |
| Octal | 41 | 253 | 313 | 124 | 20 | 0 | 24 | 277 | 110 | 56 |
| Binary | 100001 | 10101011 | 11001011 | 1010100 | 10000 | 0 | 10100 | 10111111 | 1001000 | 101110 |
Color Harmonies of #21ABCB
Complementary color
Monochromatic Colors of #21ABCB
Black with #21ABCB
Text Example
Text Example
White with #21ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ABCB; }
p { color: rgb(33,171,203); }
H1.HeaderClassName
{
color: #21ABCB;
}
.AnyTagClassName
{
color: #21ABCB;
}
</style>
background-color css
<style>
a { background-color: #21ABCB; }
a { background-color: rgb(33,171,203); }
div.DivClassName
{
background-color: #21ABCB;
}
.BgClassName
{
background-color: #21ABCB;
}
</style>
border-color css
<style>
span { border-color: #21ABCB; }
span { border-color: rgb(33,171,203); }
td.TdClassName
{
border-color: #21ABCB;
}
.TagClassName
{
border-color: #21ABCB;
}
</style>