Shades of Pelorous #32ABBB
Tints of Pelorous #32ABBB
RGB
CMYK
RGB Variations
Color information
#32ABBB (or 0x32ABBB) is known color: Pelorous. HEX triplet: 32, AB and BB. RGB value is (50,171,187). Sum of RGB (Red+Green+Blue) = 50+171+187=408 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.25% from 408); Green value is 171 (67.19% from 255 or 41.91% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #32ABBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ABBB is #CD5444. Grayscale: #888888. Windows color (decimal): -13456453 or 12299058. OLE color: 12299058.
HSL color Cylindrical-coordinate representation of color #32ABBB: hue angle of 187.01º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32ABBB is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 50 | 171 | 187 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.27 |
| HSL | 187.01º | 0.58% | 0.46% | - |
| HSV(B) | 187.01º | 0.73% | 0.73% | - |
| XYZ | 24.85 | 33.39 | 52.15 | - |
| YUV | 136.65 | 156.41 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 171 | 187 | 0.73 | 0.09 | 0 | 0.27 | 187.01 | 0.58 | 0.46 |
| Hex | 32 | AB | BB | 49 | 9 | 0 | 1B | BB | 3A | 2E |
| Octal | 62 | 253 | 273 | 111 | 11 | 0 | 33 | 273 | 72 | 56 |
| Binary | 110010 | 10101011 | 10111011 | 1001001 | 1001 | 0 | 11011 | 10111011 | 111010 | 101110 |
Color Harmonies of #32ABBB
Complementary color
Monochromatic Colors of #32ABBB
Black with #32ABBB
Text Example
Text Example
White with #32ABBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ABBB; }
p { color: rgb(50,171,187); }
H1.HeaderClassName
{
color: #32ABBB;
}
.AnyTagClassName
{
color: #32ABBB;
}
</style>
background-color css
<style>
a { background-color: #32ABBB; }
a { background-color: rgb(50,171,187); }
div.DivClassName
{
background-color: #32ABBB;
}
.BgClassName
{
background-color: #32ABBB;
}
</style>
border-color css
<style>
span { border-color: #32ABBB; }
span { border-color: rgb(50,171,187); }
td.TdClassName
{
border-color: #32ABBB;
}
.TagClassName
{
border-color: #32ABBB;
}
</style>