Shades of Pelorous #1998AC
Tints of Pelorous #1998AC
RGB
CMYK
RGB Variations
Color information
#1998AC (or 0x1998AC) is known color: Pelorous. HEX triplet: 19, 98 and AC. RGB value is (25,152,172). Sum of RGB (Red+Green+Blue) = 25+152+172=349 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.16% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #1998AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1998AC is #E66753. Grayscale: #747474. Windows color (decimal): -15099732 or 11311129. OLE color: 11311129.
HSL color Cylindrical-coordinate representation of color #1998AC: hue angle of 188.16º 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 #1998AC is Cyan = 0.85, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 25 | 152 | 172 | - |
| CMYK | 0.85 | 0.12 | 0 | 0.33 |
| HSL | 188.16º | 0.75% | 0.39% | - |
| HSV(B) | 188.16º | 0.85% | 0.67% | - |
| XYZ | 19.08 | 25.64 | 42.97 | - |
| YUV | 116.31 | 159.42 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 152 | 172 | 0.85 | 0.12 | 0 | 0.33 | 188.16 | 0.75 | 0.39 |
| Hex | 19 | 98 | AC | 55 | C | 0 | 21 | BC | 4B | 27 |
| Octal | 31 | 230 | 254 | 125 | 14 | 0 | 41 | 274 | 113 | 47 |
| Binary | 11001 | 10011000 | 10101100 | 1010101 | 1100 | 0 | 100001 | 10111100 | 1001011 | 100111 |
Color Harmonies of #1998AC
Complementary color
Monochromatic Colors of #1998AC
Black with #1998AC
Text Example
Text Example
White with #1998AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1998AC; }
p { color: rgb(25,152,172); }
H1.HeaderClassName
{
color: #1998AC;
}
.AnyTagClassName
{
color: #1998AC;
}
</style>
background-color css
<style>
a { background-color: #1998AC; }
a { background-color: rgb(25,152,172); }
div.DivClassName
{
background-color: #1998AC;
}
.BgClassName
{
background-color: #1998AC;
}
</style>
border-color css
<style>
span { border-color: #1998AC; }
span { border-color: rgb(25,152,172); }
td.TdClassName
{
border-color: #1998AC;
}
.TagClassName
{
border-color: #1998AC;
}
</style>