Shades of Pelorous #2098AD
Tints of Pelorous #2098AD
RGB
CMYK
RGB Variations
Color information
#2098AD (or 0x2098AD) is known color: Pelorous. HEX triplet: 20, 98 and AD. RGB value is (32,152,173). Sum of RGB (Red+Green+Blue) = 32+152+173=357 (47% of max value = 765). Red value is 32 (12.89% from 255 or 8.96% from 357); Green value is 152 (59.77% from 255 or 42.58% from 357); Blue value is 173 (67.97% from 255 or 48.46% from 357); Max value from RGB is 173 - color contains mainly: blue. Hex color #2098AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2098AD is #DF6752. Grayscale: #767676. Windows color (decimal): -14640979 or 11376672. OLE color: 11376672.
HSL color Cylindrical-coordinate representation of color #2098AD: hue angle of 188.94º 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 #2098AD is Cyan = 0.82, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 152 | 173 | - |
| CMYK | 0.82 | 0.12 | 0 | 0.32 |
| HSL | 188.94º | 0.69% | 0.4% | - |
| HSV(B) | 188.94º | 0.82% | 0.68% | - |
| XYZ | 19.37 | 25.78 | 43.49 | - |
| YUV | 118.51 | 158.74 | 66.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 152 | 173 | 0.82 | 0.12 | 0 | 0.32 | 188.94 | 0.69 | 0.4 |
| Hex | 20 | 98 | AD | 52 | C | 0 | 20 | BD | 45 | 28 |
| Octal | 40 | 230 | 255 | 122 | 14 | 0 | 40 | 275 | 105 | 50 |
| Binary | 100000 | 10011000 | 10101101 | 1010010 | 1100 | 0 | 100000 | 10111101 | 1000101 | 101000 |
Color Harmonies of #2098AD
Complementary color
Monochromatic Colors of #2098AD
Black with #2098AD
Text Example
Text Example
White with #2098AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2098AD; }
p { color: rgb(32,152,173); }
H1.HeaderClassName
{
color: #2098AD;
}
.AnyTagClassName
{
color: #2098AD;
}
</style>
background-color css
<style>
a { background-color: #2098AD; }
a { background-color: rgb(32,152,173); }
div.DivClassName
{
background-color: #2098AD;
}
.BgClassName
{
background-color: #2098AD;
}
</style>
border-color css
<style>
span { border-color: #2098AD; }
span { border-color: rgb(32,152,173); }
td.TdClassName
{
border-color: #2098AD;
}
.TagClassName
{
border-color: #2098AD;
}
</style>