Shades of Pelorous #189AB9
Tints of Pelorous #189AB9
RGB
CMYK
RGB Variations
Color information
#189AB9 (or 0x189AB9) is known color: Pelorous. HEX triplet: 18, 9A and B9. RGB value is (24,154,185). Sum of RGB (Red+Green+Blue) = 24+154+185=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #189AB9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189AB9 is #E76546. Grayscale: #767676. Windows color (decimal): -15164743 or 12163608. OLE color: 12163608.
HSL color Cylindrical-coordinate representation of color #189AB9: hue angle of 191.55º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189AB9 is Cyan = 0.87, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 154 | 185 | - |
| CMYK | 0.87 | 0.17 | 0 | 0.27 |
| HSL | 191.55º | 0.77% | 0.41% | - |
| HSV(B) | 191.55º | 0.87% | 0.73% | - |
| XYZ | 20.69 | 26.81 | 49.98 | - |
| YUV | 118.66 | 165.43 | 60.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 154 | 185 | 0.87 | 0.17 | 0 | 0.27 | 191.55 | 0.77 | 0.41 |
| Hex | 18 | 9A | B9 | 57 | 11 | 0 | 1B | C0 | 4D | 29 |
| Octal | 30 | 232 | 271 | 127 | 21 | 0 | 33 | 300 | 115 | 51 |
| Binary | 11000 | 10011010 | 10111001 | 1010111 | 10001 | 0 | 11011 | 11000000 | 1001101 | 101001 |
Color Harmonies of #189AB9
Complementary color
Monochromatic Colors of #189AB9
Black with #189AB9
Text Example
Text Example
White with #189AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189AB9; }
p { color: rgb(24,154,185); }
H1.HeaderClassName
{
color: #189AB9;
}
.AnyTagClassName
{
color: #189AB9;
}
</style>
background-color css
<style>
a { background-color: #189AB9; }
a { background-color: rgb(24,154,185); }
div.DivClassName
{
background-color: #189AB9;
}
.BgClassName
{
background-color: #189AB9;
}
</style>
border-color css
<style>
span { border-color: #189AB9; }
span { border-color: rgb(24,154,185); }
td.TdClassName
{
border-color: #189AB9;
}
.TagClassName
{
border-color: #189AB9;
}
</style>