Shades of Pelorous #119FAD
Tints of Pelorous #119FAD
RGB
CMYK
RGB Variations
Color information
#119FAD (or 0x119FAD) is known color: Pelorous. HEX triplet: 11, 9F and AD. RGB value is (17,159,173). Sum of RGB (Red+Green+Blue) = 17+159+173=349 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.87% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 173 (67.97% from 255 or 49.57% from 349); Max value from RGB is 173 - color contains mainly: blue. Hex color #119FAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119FAD is #EE6052. Grayscale: #757575. Windows color (decimal): -15622227 or 11378449. OLE color: 11378449.
HSL color Cylindrical-coordinate representation of color #119FAD: hue angle of 185.38º 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 #119FAD is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 159 | 173 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.32 |
| HSL | 185.38º | 0.82% | 0.37% | - |
| HSV(B) | 185.38º | 0.9% | 0.68% | - |
| XYZ | 20.17 | 27.93 | 43.86 | - |
| YUV | 118.14 | 158.96 | 55.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 159 | 173 | 0.90 | 0.08 | 0 | 0.32 | 185.38 | 0.82 | 0.37 |
| Hex | 11 | 9F | AD | 5A | 8 | 0 | 20 | B9 | 52 | 25 |
| Octal | 21 | 237 | 255 | 132 | 10 | 0 | 40 | 271 | 122 | 45 |
| Binary | 10001 | 10011111 | 10101101 | 1011010 | 1000 | 0 | 100000 | 10111001 | 1010010 | 100101 |
Color Harmonies of #119FAD
Complementary color
Monochromatic Colors of #119FAD
Black with #119FAD
Text Example
Text Example
White with #119FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119FAD; }
p { color: rgb(17,159,173); }
H1.HeaderClassName
{
color: #119FAD;
}
.AnyTagClassName
{
color: #119FAD;
}
</style>
background-color css
<style>
a { background-color: #119FAD; }
a { background-color: rgb(17,159,173); }
div.DivClassName
{
background-color: #119FAD;
}
.BgClassName
{
background-color: #119FAD;
}
</style>
border-color css
<style>
span { border-color: #119FAD; }
span { border-color: rgb(17,159,173); }
td.TdClassName
{
border-color: #119FAD;
}
.TagClassName
{
border-color: #119FAD;
}
</style>