Shades of Pelorous #168ABB
Tints of Pelorous #168ABB
RGB
CMYK
RGB Variations
Color information
#168ABB (or 0x168ABB) is known color: Pelorous. HEX triplet: 16, 8A and BB. RGB value is (22,138,187). Sum of RGB (Red+Green+Blue) = 22+138+187=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 138 (54.30% from 255 or 39.77% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #168ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168ABB is #E97544. Grayscale: #6C6C6C. Windows color (decimal): -15299909 or 12290582. OLE color: 12290582.
HSL color Cylindrical-coordinate representation of color #168ABB: hue angle of 197.82º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #168ABB is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 22 | 138 | 187 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.27 |
| HSL | 197.82º | 0.79% | 0.41% | - |
| HSV(B) | 197.82º | 0.88% | 0.73% | - |
| XYZ | 18.39 | 21.94 | 50.28 | - |
| YUV | 108.9 | 172.07 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 138 | 187 | 0.88 | 0.26 | 0 | 0.27 | 197.82 | 0.79 | 0.41 |
| Hex | 16 | 8A | BB | 58 | 1A | 0 | 1B | C6 | 4F | 29 |
| Octal | 26 | 212 | 273 | 130 | 32 | 0 | 33 | 306 | 117 | 51 |
| Binary | 10110 | 10001010 | 10111011 | 1011000 | 11010 | 0 | 11011 | 11000110 | 1001111 | 101001 |
Color Harmonies of #168ABB
Complementary color
Monochromatic Colors of #168ABB
Black with #168ABB
Text Example
Text Example
White with #168ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168ABB; }
p { color: rgb(22,138,187); }
H1.HeaderClassName
{
color: #168ABB;
}
.AnyTagClassName
{
color: #168ABB;
}
</style>
background-color css
<style>
a { background-color: #168ABB; }
a { background-color: rgb(22,138,187); }
div.DivClassName
{
background-color: #168ABB;
}
.BgClassName
{
background-color: #168ABB;
}
</style>
border-color css
<style>
span { border-color: #168ABB; }
span { border-color: rgb(22,138,187); }
td.TdClassName
{
border-color: #168ABB;
}
.TagClassName
{
border-color: #168ABB;
}
</style>