Shades of Pelorous #1994AD
Tints of Pelorous #1994AD
RGB
CMYK
RGB Variations
Color information
#1994AD (or 0x1994AD) is known color: Pelorous. HEX triplet: 19, 94 and AD. RGB value is (25,148,173). Sum of RGB (Red+Green+Blue) = 25+148+173=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 148 (58.20% from 255 or 42.77% from 346); Blue value is 173 (67.97% from 255 or 50% from 346); Max value from RGB is 173 - color contains mainly: blue. Hex color #1994AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1994AD is #E66B52. Grayscale: #717171. Windows color (decimal): -15100755 or 11375641. OLE color: 11375641.
HSL color Cylindrical-coordinate representation of color #1994AD: hue angle of 190.14º 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 #1994AD is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 148 | 173 | - |
| CMYK | 0.86 | 0.14 | 0 | 0.32 |
| HSL | 190.14º | 0.75% | 0.39% | - |
| HSV(B) | 190.14º | 0.86% | 0.68% | - |
| XYZ | 18.53 | 24.4 | 43.27 | - |
| YUV | 114.07 | 161.25 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 148 | 173 | 0.86 | 0.14 | 0 | 0.32 | 190.14 | 0.75 | 0.39 |
| Hex | 19 | 94 | AD | 56 | E | 0 | 20 | BE | 4B | 27 |
| Octal | 31 | 224 | 255 | 126 | 16 | 0 | 40 | 276 | 113 | 47 |
| Binary | 11001 | 10010100 | 10101101 | 1010110 | 1110 | 0 | 100000 | 10111110 | 1001011 | 100111 |
Color Harmonies of #1994AD
Complementary color
Monochromatic Colors of #1994AD
Black with #1994AD
Text Example
Text Example
White with #1994AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1994AD; }
p { color: rgb(25,148,173); }
H1.HeaderClassName
{
color: #1994AD;
}
.AnyTagClassName
{
color: #1994AD;
}
</style>
background-color css
<style>
a { background-color: #1994AD; }
a { background-color: rgb(25,148,173); }
div.DivClassName
{
background-color: #1994AD;
}
.BgClassName
{
background-color: #1994AD;
}
</style>
border-color css
<style>
span { border-color: #1994AD; }
span { border-color: rgb(25,148,173); }
td.TdClassName
{
border-color: #1994AD;
}
.TagClassName
{
border-color: #1994AD;
}
</style>