Shades of Pelorous #1993AD
Tints of Pelorous #1993AD
RGB
CMYK
RGB Variations
Color information
#1993AD (or 0x1993AD) is known color: Pelorous. HEX triplet: 19, 93 and AD. RGB value is (25,147,173). Sum of RGB (Red+Green+Blue) = 25+147+173=345 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.25% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 173 (67.97% from 255 or 50.14% from 345); Max value from RGB is 173 - color contains mainly: blue. Hex color #1993AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1993AD is #E66C52. Grayscale: #717171. Windows color (decimal): -15101011 or 11375385. OLE color: 11375385.
HSL color Cylindrical-coordinate representation of color #1993AD: hue angle of 190.54º 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 #1993AD is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 147 | 173 | - |
| CMYK | 0.86 | 0.15 | 0 | 0.32 |
| HSL | 190.54º | 0.75% | 0.39% | - |
| HSV(B) | 190.54º | 0.86% | 0.68% | - |
| XYZ | 18.38 | 24.09 | 43.22 | - |
| YUV | 113.49 | 161.58 | 64.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 147 | 173 | 0.86 | 0.15 | 0 | 0.32 | 190.54 | 0.75 | 0.39 |
| Hex | 19 | 93 | AD | 56 | F | 0 | 20 | BF | 4B | 27 |
| Octal | 31 | 223 | 255 | 126 | 17 | 0 | 40 | 277 | 113 | 47 |
| Binary | 11001 | 10010011 | 10101101 | 1010110 | 1111 | 0 | 100000 | 10111111 | 1001011 | 100111 |
Color Harmonies of #1993AD
Complementary color
Monochromatic Colors of #1993AD
Black with #1993AD
Text Example
Text Example
White with #1993AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1993AD; }
p { color: rgb(25,147,173); }
H1.HeaderClassName
{
color: #1993AD;
}
.AnyTagClassName
{
color: #1993AD;
}
</style>
background-color css
<style>
a { background-color: #1993AD; }
a { background-color: rgb(25,147,173); }
div.DivClassName
{
background-color: #1993AD;
}
.BgClassName
{
background-color: #1993AD;
}
</style>
border-color css
<style>
span { border-color: #1993AD; }
span { border-color: rgb(25,147,173); }
td.TdClassName
{
border-color: #1993AD;
}
.TagClassName
{
border-color: #1993AD;
}
</style>