Shades of Pelorous #199DAE
Tints of Pelorous #199DAE
RGB
CMYK
RGB Variations
Color information
#199DAE (or 0x199DAE) is known color: Pelorous. HEX triplet: 19, 9D and AE. RGB value is (25,157,174). Sum of RGB (Red+Green+Blue) = 25+157+174=356 (47% of max value = 765). Red value is 25 (10.16% from 255 or 7.02% from 356); Green value is 157 (61.72% from 255 or 44.10% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #199DAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199DAE is #E66251. Grayscale: #777777. Windows color (decimal): -15098450 or 11443481. OLE color: 11443481.
HSL color Cylindrical-coordinate representation of color #199DAE: hue angle of 186.85º 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 #199DAE is Cyan = 0.86, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 157 | 174 | - |
| CMYK | 0.86 | 0.10 | 0 | 0.32 |
| HSL | 186.85º | 0.75% | 0.39% | - |
| HSV(B) | 186.85º | 0.86% | 0.68% | - |
| XYZ | 20.1 | 27.38 | 44.27 | - |
| YUV | 119.47 | 158.77 | 60.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 157 | 174 | 0.86 | 0.10 | 0 | 0.32 | 186.85 | 0.75 | 0.39 |
| Hex | 19 | 9D | AE | 56 | A | 0 | 20 | BB | 4B | 27 |
| Octal | 31 | 235 | 256 | 126 | 12 | 0 | 40 | 273 | 113 | 47 |
| Binary | 11001 | 10011101 | 10101110 | 1010110 | 1010 | 0 | 100000 | 10111011 | 1001011 | 100111 |
Color Harmonies of #199DAE
Complementary color
Monochromatic Colors of #199DAE
Black with #199DAE
Text Example
Text Example
White with #199DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199DAE; }
p { color: rgb(25,157,174); }
H1.HeaderClassName
{
color: #199DAE;
}
.AnyTagClassName
{
color: #199DAE;
}
</style>
background-color css
<style>
a { background-color: #199DAE; }
a { background-color: rgb(25,157,174); }
div.DivClassName
{
background-color: #199DAE;
}
.BgClassName
{
background-color: #199DAE;
}
</style>
border-color css
<style>
span { border-color: #199DAE; }
span { border-color: rgb(25,157,174); }
td.TdClassName
{
border-color: #199DAE;
}
.TagClassName
{
border-color: #199DAE;
}
</style>