Shades of Pelorous #21ABBB
Tints of Pelorous #21ABBB
RGB
CMYK
RGB Variations
Color information
#21ABBB (or 0x21ABBB) is known color: Pelorous. HEX triplet: 21, AB and BB. RGB value is (33,171,187). Sum of RGB (Red+Green+Blue) = 33+171+187=391 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.44% from 391); Green value is 171 (67.19% from 255 or 43.73% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #21ABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABBB is #DE5444. Grayscale: #838383. Windows color (decimal): -14570565 or 12299041. OLE color: 12299041.
HSL color Cylindrical-coordinate representation of color #21ABBB: hue angle of 186.23º 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 #21ABBB is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 33 | 171 | 187 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.27 |
| HSL | 186.23º | 0.7% | 0.43% | - |
| HSV(B) | 186.23º | 0.82% | 0.73% | - |
| XYZ | 24.16 | 33.04 | 52.12 | - |
| YUV | 131.56 | 159.28 | 57.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 187 | 0.82 | 0.09 | 0 | 0.27 | 186.23 | 0.7 | 0.43 |
| Hex | 21 | AB | BB | 52 | 9 | 0 | 1B | BA | 46 | 2B |
| Octal | 41 | 253 | 273 | 122 | 11 | 0 | 33 | 272 | 106 | 53 |
| Binary | 100001 | 10101011 | 10111011 | 1010010 | 1001 | 0 | 11011 | 10111010 | 1000110 | 101011 |
Color Harmonies of #21ABBB
Complementary color
Monochromatic Colors of #21ABBB
Black with #21ABBB
Text Example
Text Example
White with #21ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ABBB; }
p { color: rgb(33,171,187); }
H1.HeaderClassName
{
color: #21ABBB;
}
.AnyTagClassName
{
color: #21ABBB;
}
</style>
background-color css
<style>
a { background-color: #21ABBB; }
a { background-color: rgb(33,171,187); }
div.DivClassName
{
background-color: #21ABBB;
}
.BgClassName
{
background-color: #21ABBB;
}
</style>
border-color css
<style>
span { border-color: #21ABBB; }
span { border-color: rgb(33,171,187); }
td.TdClassName
{
border-color: #21ABBB;
}
.TagClassName
{
border-color: #21ABBB;
}
</style>