Shades of Pelorous #198DAE
Tints of Pelorous #198DAE
RGB
CMYK
RGB Variations
Color information
#198DAE (or 0x198DAE) is known color: Pelorous. HEX triplet: 19, 8D and AE. RGB value is (25,141,174). Sum of RGB (Red+Green+Blue) = 25+141+174=340 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.35% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 174 (68.36% from 255 or 51.18% from 340); Max value from RGB is 174 - color contains mainly: blue. Hex color #198DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #198DAE is #E67251. Grayscale: #6D6D6D. Windows color (decimal): -15102546 or 11439385. OLE color: 11439385.
HSL color Cylindrical-coordinate representation of color #198DAE: hue angle of 193.29º 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 #198DAE is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 141 | 174 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.32 |
| HSL | 193.29º | 0.75% | 0.39% | - |
| HSV(B) | 193.29º | 0.86% | 0.68% | - |
| XYZ | 17.57 | 22.31 | 43.43 | - |
| YUV | 110.08 | 164.07 | 67.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 141 | 174 | 0.86 | 0.19 | 0 | 0.32 | 193.29 | 0.75 | 0.39 |
| Hex | 19 | 8D | AE | 56 | 13 | 0 | 20 | C1 | 4B | 27 |
| Octal | 31 | 215 | 256 | 126 | 23 | 0 | 40 | 301 | 113 | 47 |
| Binary | 11001 | 10001101 | 10101110 | 1010110 | 10011 | 0 | 100000 | 11000001 | 1001011 | 100111 |
Color Harmonies of #198DAE
Complementary color
Monochromatic Colors of #198DAE
Black with #198DAE
Text Example
Text Example
White with #198DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #198DAE; }
p { color: rgb(25,141,174); }
H1.HeaderClassName
{
color: #198DAE;
}
.AnyTagClassName
{
color: #198DAE;
}
</style>
background-color css
<style>
a { background-color: #198DAE; }
a { background-color: rgb(25,141,174); }
div.DivClassName
{
background-color: #198DAE;
}
.BgClassName
{
background-color: #198DAE;
}
</style>
border-color css
<style>
span { border-color: #198DAE; }
span { border-color: rgb(25,141,174); }
td.TdClassName
{
border-color: #198DAE;
}
.TagClassName
{
border-color: #198DAE;
}
</style>