Shades of Pelorous #32ADBE
Tints of Pelorous #32ADBE
RGB
CMYK
RGB Variations
Color information
#32ADBE (or 0x32ADBE) is known color: Pelorous. HEX triplet: 32, AD and BE. RGB value is (50,173,190). Sum of RGB (Red+Green+Blue) = 50+173+190=413 (54% of max value = 765). Red value is 50 (19.92% from 255 or 12.11% from 413); Green value is 173 (67.97% from 255 or 41.89% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #32ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #32ADBE is #CD5241. Grayscale: #898989. Windows color (decimal): -13455938 or 12496178. OLE color: 12496178.
HSL color Cylindrical-coordinate representation of color #32ADBE: hue angle of 187.29º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32ADBE is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 50 | 173 | 190 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.25 |
| HSL | 187.29º | 0.58% | 0.47% | - |
| HSV(B) | 187.29º | 0.74% | 0.75% | - |
| XYZ | 25.55 | 34.28 | 53.99 | - |
| YUV | 138.16 | 157.25 | 65.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 173 | 190 | 0.74 | 0.09 | 0 | 0.25 | 187.29 | 0.58 | 0.47 |
| Hex | 32 | AD | BE | 4A | 9 | 0 | 19 | BB | 3A | 2F |
| Octal | 62 | 255 | 276 | 112 | 11 | 0 | 31 | 273 | 72 | 57 |
| Binary | 110010 | 10101101 | 10111110 | 1001010 | 1001 | 0 | 11001 | 10111011 | 111010 | 101111 |
Color Harmonies of #32ADBE
Complementary color
Monochromatic Colors of #32ADBE
Black with #32ADBE
Text Example
Text Example
White with #32ADBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32ADBE; }
p { color: rgb(50,173,190); }
H1.HeaderClassName
{
color: #32ADBE;
}
.AnyTagClassName
{
color: #32ADBE;
}
</style>
background-color css
<style>
a { background-color: #32ADBE; }
a { background-color: rgb(50,173,190); }
div.DivClassName
{
background-color: #32ADBE;
}
.BgClassName
{
background-color: #32ADBE;
}
</style>
border-color css
<style>
span { border-color: #32ADBE; }
span { border-color: rgb(50,173,190); }
td.TdClassName
{
border-color: #32ADBE;
}
.TagClassName
{
border-color: #32ADBE;
}
</style>