Shades of Pelorous #21AABA
Tints of Pelorous #21AABA
RGB
CMYK
RGB Variations
Color information
#21AABA (or 0x21AABA) is known color: Pelorous. HEX triplet: 21, AA and BA. RGB value is (33,170,186). Sum of RGB (Red+Green+Blue) = 33+170+186=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 170 (66.80% from 255 or 43.70% from 389); Blue value is 186 (73.05% from 255 or 47.81% from 389); Max value from RGB is 186 - color contains mainly: blue. Hex color #21AABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AABA is #DE5545. Grayscale: #828282. Windows color (decimal): -14570822 or 12233249. OLE color: 12233249.
HSL color Cylindrical-coordinate representation of color #21AABA: hue angle of 186.27º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21AABA is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 170 | 186 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.27 |
| HSL | 186.27º | 0.7% | 0.43% | - |
| HSV(B) | 186.27º | 0.82% | 0.73% | - |
| XYZ | 23.86 | 32.62 | 51.49 | - |
| YUV | 130.86 | 159.11 | 58.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 186 | 0.82 | 0.09 | 0 | 0.27 | 186.27 | 0.7 | 0.43 |
| Hex | 21 | AA | BA | 52 | 9 | 0 | 1B | BA | 46 | 2B |
| Octal | 41 | 252 | 272 | 122 | 11 | 0 | 33 | 272 | 106 | 53 |
| Binary | 100001 | 10101010 | 10111010 | 1010010 | 1001 | 0 | 11011 | 10111010 | 1000110 | 101011 |
Color Harmonies of #21AABA
Complementary color
Monochromatic Colors of #21AABA
Black with #21AABA
Text Example
Text Example
White with #21AABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AABA; }
p { color: rgb(33,170,186); }
H1.HeaderClassName
{
color: #21AABA;
}
.AnyTagClassName
{
color: #21AABA;
}
</style>
background-color css
<style>
a { background-color: #21AABA; }
a { background-color: rgb(33,170,186); }
div.DivClassName
{
background-color: #21AABA;
}
.BgClassName
{
background-color: #21AABA;
}
</style>
border-color css
<style>
span { border-color: #21AABA; }
span { border-color: rgb(33,170,186); }
td.TdClassName
{
border-color: #21AABA;
}
.TagClassName
{
border-color: #21AABA;
}
</style>