Shades of Pelorous #119FAE
Tints of Pelorous #119FAE
RGB
CMYK
RGB Variations
Color information
#119FAE (or 0x119FAE) is known color: Pelorous. HEX triplet: 11, 9F and AE. RGB value is (17,159,174). Sum of RGB (Red+Green+Blue) = 17+159+174=350 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.86% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 174 (68.36% from 255 or 49.71% from 350); Max value from RGB is 174 - color contains mainly: blue. Hex color #119FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119FAE is #EE6051. Grayscale: #767676. Windows color (decimal): -15622226 or 11443985. OLE color: 11443985.
HSL color Cylindrical-coordinate representation of color #119FAE: hue angle of 185.73º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119FAE is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 159 | 174 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.32 |
| HSL | 185.73º | 0.82% | 0.37% | - |
| HSV(B) | 185.73º | 0.9% | 0.68% | - |
| XYZ | 20.27 | 27.97 | 44.38 | - |
| YUV | 118.25 | 159.46 | 55.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 174 | 0.90 | 0.09 | 0 | 0.32 | 185.73 | 0.82 | 0.37 |
| Hex | 11 | 9F | AE | 5A | 9 | 0 | 20 | BA | 52 | 25 |
| Octal | 21 | 237 | 256 | 132 | 11 | 0 | 40 | 272 | 122 | 45 |
| Binary | 10001 | 10011111 | 10101110 | 1011010 | 1001 | 0 | 100000 | 10111010 | 1010010 | 100101 |
Color Harmonies of #119FAE
Complementary color
Monochromatic Colors of #119FAE
Black with #119FAE
Text Example
Text Example
White with #119FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FAE; }
p { color: rgb(17,159,174); }
H1.HeaderClassName
{
color: #119FAE;
}
.AnyTagClassName
{
color: #119FAE;
}
</style>
background-color css
<style>
a { background-color: #119FAE; }
a { background-color: rgb(17,159,174); }
div.DivClassName
{
background-color: #119FAE;
}
.BgClassName
{
background-color: #119FAE;
}
</style>
border-color css
<style>
span { border-color: #119FAE; }
span { border-color: rgb(17,159,174); }
td.TdClassName
{
border-color: #119FAE;
}
.TagClassName
{
border-color: #119FAE;
}
</style>