Shades of Pelorous #169FAE
Tints of Pelorous #169FAE
RGB
CMYK
RGB Variations
Color information
#169FAE (or 0x169FAE) is known color: Pelorous. HEX triplet: 16, 9F and AE. RGB value is (22,159,174). Sum of RGB (Red+Green+Blue) = 22+159+174=355 (47% of max value = 765). Red value is 22 (8.98% from 255 or 6.20% from 355); Green value is 159 (62.5% from 255 or 44.79% from 355); Blue value is 174 (68.36% from 255 or 49.01% from 355); Max value from RGB is 174 - color contains mainly: blue. Hex color #169FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #169FAE is #E96051. Grayscale: #777777. Windows color (decimal): -15294546 or 11443990. OLE color: 11443990.
HSL color Cylindrical-coordinate representation of color #169FAE: hue angle of 185.92º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #169FAE is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 159 | 174 | - |
| CMYK | 0.87 | 0.09 | 0 | 0.32 |
| HSL | 185.92º | 0.78% | 0.38% | - |
| HSV(B) | 185.92º | 0.87% | 0.68% | - |
| XYZ | 20.37 | 28.02 | 44.38 | - |
| YUV | 119.75 | 158.61 | 58.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 159 | 174 | 0.87 | 0.09 | 0 | 0.32 | 185.92 | 0.78 | 0.38 |
| Hex | 16 | 9F | AE | 57 | 9 | 0 | 20 | BA | 4E | 26 |
| Octal | 26 | 237 | 256 | 127 | 11 | 0 | 40 | 272 | 116 | 46 |
| Binary | 10110 | 10011111 | 10101110 | 1010111 | 1001 | 0 | 100000 | 10111010 | 1001110 | 100110 |
Color Harmonies of #169FAE
Complementary color
Monochromatic Colors of #169FAE
Black with #169FAE
Text Example
Text Example
White with #169FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #169FAE; }
p { color: rgb(22,159,174); }
H1.HeaderClassName
{
color: #169FAE;
}
.AnyTagClassName
{
color: #169FAE;
}
</style>
background-color css
<style>
a { background-color: #169FAE; }
a { background-color: rgb(22,159,174); }
div.DivClassName
{
background-color: #169FAE;
}
.BgClassName
{
background-color: #169FAE;
}
</style>
border-color css
<style>
span { border-color: #169FAE; }
span { border-color: rgb(22,159,174); }
td.TdClassName
{
border-color: #169FAE;
}
.TagClassName
{
border-color: #169FAE;
}
</style>