Shades of Pelorous #1998AD
Tints of Pelorous #1998AD
RGB
CMYK
RGB Variations
Color information
#1998AD (or 0x1998AD) is known color: Pelorous. HEX triplet: 19, 98 and AD. RGB value is (25,152,173). Sum of RGB (Red+Green+Blue) = 25+152+173=350 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.14% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 173 (67.97% from 255 or 49.43% from 350); Max value from RGB is 173 - color contains mainly: blue. Hex color #1998AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1998AD is #E66752. Grayscale: #747474. Windows color (decimal): -15099731 or 11376665. OLE color: 11376665.
HSL color Cylindrical-coordinate representation of color #1998AD: hue angle of 188.51º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1998AD is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 152 | 173 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.32 |
| HSL | 188.51º | 0.75% | 0.39% | - |
| HSV(B) | 188.51º | 0.86% | 0.68% | - |
| XYZ | 19.17 | 25.68 | 43.48 | - |
| YUV | 116.42 | 159.92 | 62.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 173 | 0.86 | 0.12 | 0 | 0.32 | 188.51 | 0.75 | 0.39 |
| Hex | 19 | 98 | AD | 56 | C | 0 | 20 | BD | 4B | 27 |
| Octal | 31 | 230 | 255 | 126 | 14 | 0 | 40 | 275 | 113 | 47 |
| Binary | 11001 | 10011000 | 10101101 | 1010110 | 1100 | 0 | 100000 | 10111101 | 1001011 | 100111 |
Color Harmonies of #1998AD
Complementary color
Monochromatic Colors of #1998AD
Black with #1998AD
Text Example
Text Example
White with #1998AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1998AD; }
p { color: rgb(25,152,173); }
H1.HeaderClassName
{
color: #1998AD;
}
.AnyTagClassName
{
color: #1998AD;
}
</style>
background-color css
<style>
a { background-color: #1998AD; }
a { background-color: rgb(25,152,173); }
div.DivClassName
{
background-color: #1998AD;
}
.BgClassName
{
background-color: #1998AD;
}
</style>
border-color css
<style>
span { border-color: #1998AD; }
span { border-color: rgb(25,152,173); }
td.TdClassName
{
border-color: #1998AD;
}
.TagClassName
{
border-color: #1998AD;
}
</style>