Shades of Pelorous #168FAE
Tints of Pelorous #168FAE
RGB
CMYK
RGB Variations
Color information
#168FAE (or 0x168FAE) is known color: Pelorous. HEX triplet: 16, 8F and AE. RGB value is (22,143,174). Sum of RGB (Red+Green+Blue) = 22+143+174=339 (44% of max value = 765). Red value is 22 (8.98% from 255 or 6.49% from 339); Green value is 143 (56.25% from 255 or 42.18% from 339); Blue value is 174 (68.36% from 255 or 51.33% from 339); Max value from RGB is 174 - color contains mainly: blue. Hex color #168FAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #168FAE is #E97051. Grayscale: #6E6E6E. Windows color (decimal): -15298642 or 11439894. OLE color: 11439894.
HSL color Cylindrical-coordinate representation of color #168FAE: hue angle of 192.24º 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 #168FAE is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 22 | 143 | 174 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.32 |
| HSL | 192.24º | 0.78% | 0.38% | - |
| HSV(B) | 192.24º | 0.87% | 0.68% | - |
| XYZ | 17.79 | 22.87 | 43.52 | - |
| YUV | 110.36 | 163.91 | 64.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 143 | 174 | 0.87 | 0.18 | 0 | 0.32 | 192.24 | 0.78 | 0.38 |
| Hex | 16 | 8F | AE | 57 | 12 | 0 | 20 | C0 | 4E | 26 |
| Octal | 26 | 217 | 256 | 127 | 22 | 0 | 40 | 300 | 116 | 46 |
| Binary | 10110 | 10001111 | 10101110 | 1010111 | 10010 | 0 | 100000 | 11000000 | 1001110 | 100110 |
Color Harmonies of #168FAE
Complementary color
Monochromatic Colors of #168FAE
Black with #168FAE
Text Example
Text Example
White with #168FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168FAE; }
p { color: rgb(22,143,174); }
H1.HeaderClassName
{
color: #168FAE;
}
.AnyTagClassName
{
color: #168FAE;
}
</style>
background-color css
<style>
a { background-color: #168FAE; }
a { background-color: rgb(22,143,174); }
div.DivClassName
{
background-color: #168FAE;
}
.BgClassName
{
background-color: #168FAE;
}
</style>
border-color css
<style>
span { border-color: #168FAE; }
span { border-color: rgb(22,143,174); }
td.TdClassName
{
border-color: #168FAE;
}
.TagClassName
{
border-color: #168FAE;
}
</style>