Shades of Pelorous #189ABB
Tints of Pelorous #189ABB
RGB
CMYK
RGB Variations
Color information
#189ABB (or 0x189ABB) is known color: Pelorous. HEX triplet: 18, 9A and BB. RGB value is (24,154,187). Sum of RGB (Red+Green+Blue) = 24+154+187=365 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.58% from 365); Green value is 154 (60.55% from 255 or 42.19% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #189ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189ABB is #E76544. Grayscale: #767676. Windows color (decimal): -15164741 or 12294680. OLE color: 12294680.
HSL color Cylindrical-coordinate representation of color #189ABB: hue angle of 192.15º 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 #189ABB is Cyan = 0.87, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 154 | 187 | - |
| CMYK | 0.87 | 0.18 | 0 | 0.27 |
| HSL | 192.15º | 0.77% | 0.41% | - |
| HSV(B) | 192.15º | 0.87% | 0.73% | - |
| XYZ | 20.9 | 26.89 | 51.1 | - |
| YUV | 118.89 | 166.43 | 60.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 154 | 187 | 0.87 | 0.18 | 0 | 0.27 | 192.15 | 0.77 | 0.41 |
| Hex | 18 | 9A | BB | 57 | 12 | 0 | 1B | C0 | 4D | 29 |
| Octal | 30 | 232 | 273 | 127 | 22 | 0 | 33 | 300 | 115 | 51 |
| Binary | 11000 | 10011010 | 10111011 | 1010111 | 10010 | 0 | 11011 | 11000000 | 1001101 | 101001 |
Color Harmonies of #189ABB
Complementary color
Monochromatic Colors of #189ABB
Black with #189ABB
Text Example
Text Example
White with #189ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189ABB; }
p { color: rgb(24,154,187); }
H1.HeaderClassName
{
color: #189ABB;
}
.AnyTagClassName
{
color: #189ABB;
}
</style>
background-color css
<style>
a { background-color: #189ABB; }
a { background-color: rgb(24,154,187); }
div.DivClassName
{
background-color: #189ABB;
}
.BgClassName
{
background-color: #189ABB;
}
</style>
border-color css
<style>
span { border-color: #189ABB; }
span { border-color: rgb(24,154,187); }
td.TdClassName
{
border-color: #189ABB;
}
.TagClassName
{
border-color: #189ABB;
}
</style>