Shades of Pelorous #21AABB
Tints of Pelorous #21AABB
RGB
CMYK
RGB Variations
Color information
#21AABB (or 0x21AABB) is known color: Pelorous. HEX triplet: 21, AA and BB. RGB value is (33,170,187). Sum of RGB (Red+Green+Blue) = 33+170+187=390 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.46% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #21AABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AABB is #DE5544. Grayscale: #828282. Windows color (decimal): -14570821 or 12298785. OLE color: 12298785.
HSL color Cylindrical-coordinate representation of color #21AABB: hue angle of 186.62º 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 #21AABB is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 170 | 187 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.27 |
| HSL | 186.62º | 0.7% | 0.43% | - |
| HSV(B) | 186.62º | 0.82% | 0.73% | - |
| XYZ | 23.97 | 32.66 | 52.05 | - |
| YUV | 130.98 | 159.61 | 58.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 187 | 0.82 | 0.09 | 0 | 0.27 | 186.62 | 0.7 | 0.43 |
| Hex | 21 | AA | BB | 52 | 9 | 0 | 1B | BB | 46 | 2B |
| Octal | 41 | 252 | 273 | 122 | 11 | 0 | 33 | 273 | 106 | 53 |
| Binary | 100001 | 10101010 | 10111011 | 1010010 | 1001 | 0 | 11011 | 10111011 | 1000110 | 101011 |
Color Harmonies of #21AABB
Complementary color
Monochromatic Colors of #21AABB
Black with #21AABB
Text Example
Text Example
White with #21AABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AABB; }
p { color: rgb(33,170,187); }
H1.HeaderClassName
{
color: #21AABB;
}
.AnyTagClassName
{
color: #21AABB;
}
</style>
background-color css
<style>
a { background-color: #21AABB; }
a { background-color: rgb(33,170,187); }
div.DivClassName
{
background-color: #21AABB;
}
.BgClassName
{
background-color: #21AABB;
}
</style>
border-color css
<style>
span { border-color: #21AABB; }
span { border-color: rgb(33,170,187); }
td.TdClassName
{
border-color: #21AABB;
}
.TagClassName
{
border-color: #21AABB;
}
</style>