Shades of Pelorous #21AACB
Tints of Pelorous #21AACB
RGB
CMYK
RGB Variations
Color information
#21AACB (or 0x21AACB) is known color: Pelorous. HEX triplet: 21, AA and CB. RGB value is (33,170,203). Sum of RGB (Red+Green+Blue) = 33+170+203=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #21AACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AACB is #DE5534. Grayscale: #848484. Windows color (decimal): -14570805 or 13347361. OLE color: 13347361.
HSL color Cylindrical-coordinate representation of color #21AACB: hue angle of 191.65º 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 #21AACB is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 170 | 203 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.20 |
| HSL | 191.65º | 0.72% | 0.46% | - |
| HSV(B) | 191.65º | 0.84% | 0.8% | - |
| XYZ | 25.78 | 33.38 | 61.58 | - |
| YUV | 132.8 | 167.61 | 56.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 203 | 0.84 | 0.16 | 0 | 0.20 | 191.65 | 0.72 | 0.46 |
| Hex | 21 | AA | CB | 54 | 10 | 0 | 14 | C0 | 48 | 2E |
| Octal | 41 | 252 | 313 | 124 | 20 | 0 | 24 | 300 | 110 | 56 |
| Binary | 100001 | 10101010 | 11001011 | 1010100 | 10000 | 0 | 10100 | 11000000 | 1001000 | 101110 |
Color Harmonies of #21AACB
Complementary color
Monochromatic Colors of #21AACB
Black with #21AACB
Text Example
Text Example
White with #21AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AACB; }
p { color: rgb(33,170,203); }
H1.HeaderClassName
{
color: #21AACB;
}
.AnyTagClassName
{
color: #21AACB;
}
</style>
background-color css
<style>
a { background-color: #21AACB; }
a { background-color: rgb(33,170,203); }
div.DivClassName
{
background-color: #21AACB;
}
.BgClassName
{
background-color: #21AACB;
}
</style>
border-color css
<style>
span { border-color: #21AACB; }
span { border-color: rgb(33,170,203); }
td.TdClassName
{
border-color: #21AACB;
}
.TagClassName
{
border-color: #21AACB;
}
</style>