Shades of Pelorous #168DB8
Tints of Pelorous #168DB8
RGB
CMYK
RGB Variations
Color information
#168DB8 (or 0x168DB8) is known color: Pelorous. HEX triplet: 16, 8D and B8. RGB value is (22,141,184). Sum of RGB (Red+Green+Blue) = 22+141+184=347 (45% of max value = 765). Red value is 22 (8.98% from 255 or 6.34% from 347); Green value is 141 (55.47% from 255 or 40.63% from 347); Blue value is 184 (72.27% from 255 or 53.03% from 347); Max value from RGB is 184 - color contains mainly: blue. Hex color #168DB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #168DB8 is #E97247. Grayscale: #6E6E6E. Windows color (decimal): -15299144 or 12094742. OLE color: 12094742.
HSL color Cylindrical-coordinate representation of color #168DB8: hue angle of 195.93º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #168DB8 is Cyan = 0.88, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 22 | 141 | 184 | - |
| CMYK | 0.88 | 0.23 | 0 | 0.28 |
| HSL | 195.93º | 0.79% | 0.4% | - |
| HSV(B) | 195.93º | 0.88% | 0.72% | - |
| XYZ | 18.51 | 22.68 | 48.75 | - |
| YUV | 110.32 | 169.58 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 141 | 184 | 0.88 | 0.23 | 0 | 0.28 | 195.93 | 0.79 | 0.4 |
| Hex | 16 | 8D | B8 | 58 | 17 | 0 | 1C | C4 | 4F | 28 |
| Octal | 26 | 215 | 270 | 130 | 27 | 0 | 34 | 304 | 117 | 50 |
| Binary | 10110 | 10001101 | 10111000 | 1011000 | 10111 | 0 | 11100 | 11000100 | 1001111 | 101000 |
Color Harmonies of #168DB8
Complementary color
Monochromatic Colors of #168DB8
Black with #168DB8
Text Example
Text Example
White with #168DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #168DB8; }
p { color: rgb(22,141,184); }
H1.HeaderClassName
{
color: #168DB8;
}
.AnyTagClassName
{
color: #168DB8;
}
</style>
background-color css
<style>
a { background-color: #168DB8; }
a { background-color: rgb(22,141,184); }
div.DivClassName
{
background-color: #168DB8;
}
.BgClassName
{
background-color: #168DB8;
}
</style>
border-color css
<style>
span { border-color: #168DB8; }
span { border-color: rgb(22,141,184); }
td.TdClassName
{
border-color: #168DB8;
}
.TagClassName
{
border-color: #168DB8;
}
</style>