Shades of Pelorous #1999AD
Tints of Pelorous #1999AD
RGB
CMYK
RGB Variations
Color information
#1999AD (or 0x1999AD) is known color: Pelorous. HEX triplet: 19, 99 and AD. RGB value is (25,153,173). Sum of RGB (Red+Green+Blue) = 25+153+173=351 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.12% from 351); Green value is 153 (60.16% from 255 or 43.59% from 351); Blue value is 173 (67.97% from 255 or 49.29% from 351); Max value from RGB is 173 - color contains mainly: blue. Hex color #1999AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1999AD is #E66652. Grayscale: #747474. Windows color (decimal): -15099475 or 11376921. OLE color: 11376921.
HSL color Cylindrical-coordinate representation of color #1999AD: hue angle of 188.11º 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 #1999AD is Cyan = 0.86, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 153 | 173 | - |
| CMYK | 0.86 | 0.12 | 0 | 0.32 |
| HSL | 188.11º | 0.75% | 0.39% | - |
| HSV(B) | 188.11º | 0.86% | 0.68% | - |
| XYZ | 19.33 | 26.01 | 43.54 | - |
| YUV | 117.01 | 159.59 | 62.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 153 | 173 | 0.86 | 0.12 | 0 | 0.32 | 188.11 | 0.75 | 0.39 |
| Hex | 19 | 99 | AD | 56 | C | 0 | 20 | BC | 4B | 27 |
| Octal | 31 | 231 | 255 | 126 | 14 | 0 | 40 | 274 | 113 | 47 |
| Binary | 11001 | 10011001 | 10101101 | 1010110 | 1100 | 0 | 100000 | 10111100 | 1001011 | 100111 |
Color Harmonies of #1999AD
Complementary color
Monochromatic Colors of #1999AD
Black with #1999AD
Text Example
Text Example
White with #1999AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1999AD; }
p { color: rgb(25,153,173); }
H1.HeaderClassName
{
color: #1999AD;
}
.AnyTagClassName
{
color: #1999AD;
}
</style>
background-color css
<style>
a { background-color: #1999AD; }
a { background-color: rgb(25,153,173); }
div.DivClassName
{
background-color: #1999AD;
}
.BgClassName
{
background-color: #1999AD;
}
</style>
border-color css
<style>
span { border-color: #1999AD; }
span { border-color: rgb(25,153,173); }
td.TdClassName
{
border-color: #1999AD;
}
.TagClassName
{
border-color: #1999AD;
}
</style>