Shades of Pelorous #2096AE
Tints of Pelorous #2096AE
RGB
CMYK
RGB Variations
Color information
#2096AE (or 0x2096AE) is known color: Pelorous. HEX triplet: 20, 96 and AE. RGB value is (32,150,174). Sum of RGB (Red+Green+Blue) = 32+150+174=356 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.99% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #2096AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2096AE is #DF6951. Grayscale: #757575. Windows color (decimal): -14641490 or 11441696. OLE color: 11441696.
HSL color Cylindrical-coordinate representation of color #2096AE: hue angle of 190.14º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2096AE is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 150 | 174 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.32 |
| HSL | 190.14º | 0.69% | 0.4% | - |
| HSV(B) | 190.14º | 0.82% | 0.68% | - |
| XYZ | 19.14 | 25.18 | 43.89 | - |
| YUV | 117.45 | 159.91 | 67.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 150 | 174 | 0.82 | 0.14 | 0 | 0.32 | 190.14 | 0.69 | 0.4 |
| Hex | 20 | 96 | AE | 52 | E | 0 | 20 | BE | 45 | 28 |
| Octal | 40 | 226 | 256 | 122 | 16 | 0 | 40 | 276 | 105 | 50 |
| Binary | 100000 | 10010110 | 10101110 | 1010010 | 1110 | 0 | 100000 | 10111110 | 1000101 | 101000 |
Color Harmonies of #2096AE
Complementary color
Monochromatic Colors of #2096AE
Black with #2096AE
Text Example
Text Example
White with #2096AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2096AE; }
p { color: rgb(32,150,174); }
H1.HeaderClassName
{
color: #2096AE;
}
.AnyTagClassName
{
color: #2096AE;
}
</style>
background-color css
<style>
a { background-color: #2096AE; }
a { background-color: rgb(32,150,174); }
div.DivClassName
{
background-color: #2096AE;
}
.BgClassName
{
background-color: #2096AE;
}
</style>
border-color css
<style>
span { border-color: #2096AE; }
span { border-color: rgb(32,150,174); }
td.TdClassName
{
border-color: #2096AE;
}
.TagClassName
{
border-color: #2096AE;
}
</style>