Shades of Pelorous #199BAE
Tints of Pelorous #199BAE
RGB
CMYK
RGB Variations
Color information
#199BAE (or 0x199BAE) is known color: Pelorous. HEX triplet: 19, 9B and AE. RGB value is (25,155,174). Sum of RGB (Red+Green+Blue) = 25+155+174=354 (46% of max value = 765). Red value is 25 (10.16% from 255 or 7.06% from 354); Green value is 155 (60.94% from 255 or 43.79% from 354); Blue value is 174 (68.36% from 255 or 49.15% from 354); Max value from RGB is 174 - color contains mainly: blue. Hex color #199BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #199BAE is #E66451. Grayscale: #767676. Windows color (decimal): -15098962 or 11442969. OLE color: 11442969.
HSL color Cylindrical-coordinate representation of color #199BAE: hue angle of 187.65º 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 #199BAE is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 25 | 155 | 174 | - |
| CMYK | 0.86 | 0.11 | 0 | 0.32 |
| HSL | 187.65º | 0.75% | 0.39% | - |
| HSV(B) | 187.65º | 0.86% | 0.68% | - |
| XYZ | 19.76 | 26.71 | 44.16 | - |
| YUV | 118.3 | 159.43 | 61.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 155 | 174 | 0.86 | 0.11 | 0 | 0.32 | 187.65 | 0.75 | 0.39 |
| Hex | 19 | 9B | AE | 56 | B | 0 | 20 | BC | 4B | 27 |
| Octal | 31 | 233 | 256 | 126 | 13 | 0 | 40 | 274 | 113 | 47 |
| Binary | 11001 | 10011011 | 10101110 | 1010110 | 1011 | 0 | 100000 | 10111100 | 1001011 | 100111 |
Color Harmonies of #199BAE
Complementary color
Monochromatic Colors of #199BAE
Black with #199BAE
Text Example
Text Example
White with #199BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #199BAE; }
p { color: rgb(25,155,174); }
H1.HeaderClassName
{
color: #199BAE;
}
.AnyTagClassName
{
color: #199BAE;
}
</style>
background-color css
<style>
a { background-color: #199BAE; }
a { background-color: rgb(25,155,174); }
div.DivClassName
{
background-color: #199BAE;
}
.BgClassName
{
background-color: #199BAE;
}
</style>
border-color css
<style>
span { border-color: #199BAE; }
span { border-color: rgb(25,155,174); }
td.TdClassName
{
border-color: #199BAE;
}
.TagClassName
{
border-color: #199BAE;
}
</style>