Shades of Pelorous #1997AC
Tints of Pelorous #1997AC
RGB
CMYK
RGB Variations
Color information
#1997AC (or 0x1997AC) is known color: Pelorous. HEX triplet: 19, 97 and AC. RGB value is (25,151,172). Sum of RGB (Red+Green+Blue) = 25+151+172=348 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.18% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #1997AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1997AC is #E66853. Grayscale: #737373. Windows color (decimal): -15099988 or 11310873. OLE color: 11310873.
HSL color Cylindrical-coordinate representation of color #1997AC: hue angle of 188.57º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1997AC is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 151 | 172 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.33 |
| HSL | 188.57º | 0.75% | 0.39% | - |
| HSV(B) | 188.57º | 0.85% | 0.67% | - |
| XYZ | 18.91 | 25.32 | 42.92 | - |
| YUV | 115.72 | 159.76 | 63.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 151 | 172 | 0.85 | 0.12 | 0 | 0.33 | 188.57 | 0.75 | 0.39 |
| Hex | 19 | 97 | AC | 55 | C | 0 | 21 | BD | 4B | 27 |
| Octal | 31 | 227 | 254 | 125 | 14 | 0 | 41 | 275 | 113 | 47 |
| Binary | 11001 | 10010111 | 10101100 | 1010101 | 1100 | 0 | 100001 | 10111101 | 1001011 | 100111 |
Color Harmonies of #1997AC
Complementary color
Monochromatic Colors of #1997AC
Black with #1997AC
Text Example
Text Example
White with #1997AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1997AC; }
p { color: rgb(25,151,172); }
H1.HeaderClassName
{
color: #1997AC;
}
.AnyTagClassName
{
color: #1997AC;
}
</style>
background-color css
<style>
a { background-color: #1997AC; }
a { background-color: rgb(25,151,172); }
div.DivClassName
{
background-color: #1997AC;
}
.BgClassName
{
background-color: #1997AC;
}
</style>
border-color css
<style>
span { border-color: #1997AC; }
span { border-color: rgb(25,151,172); }
td.TdClassName
{
border-color: #1997AC;
}
.TagClassName
{
border-color: #1997AC;
}
</style>