Shades of Pelorous #189EBB
Tints of Pelorous #189EBB
RGB
CMYK
RGB Variations
Color information
#189EBB (or 0x189EBB) is known color: Pelorous. HEX triplet: 18, 9E and BB. RGB value is (24,158,187). Sum of RGB (Red+Green+Blue) = 24+158+187=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 158 (62.11% from 255 or 42.82% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #189EBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189EBB is #E76144. Grayscale: #787878. Windows color (decimal): -15163717 or 12295704. OLE color: 12295704.
HSL color Cylindrical-coordinate representation of color #189EBB: hue angle of 190.67º 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 #189EBB is Cyan = 0.87, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 158 | 187 | - |
| CMYK | 0.87 | 0.16 | 0 | 0.27 |
| HSL | 190.67º | 0.77% | 0.41% | - |
| HSV(B) | 190.67º | 0.87% | 0.73% | - |
| XYZ | 21.57 | 28.24 | 51.33 | - |
| YUV | 121.24 | 165.11 | 58.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 158 | 187 | 0.87 | 0.16 | 0 | 0.27 | 190.67 | 0.77 | 0.41 |
| Hex | 18 | 9E | BB | 57 | 10 | 0 | 1B | BF | 4D | 29 |
| Octal | 30 | 236 | 273 | 127 | 20 | 0 | 33 | 277 | 115 | 51 |
| Binary | 11000 | 10011110 | 10111011 | 1010111 | 10000 | 0 | 11011 | 10111111 | 1001101 | 101001 |
Color Harmonies of #189EBB
Complementary color
Monochromatic Colors of #189EBB
Black with #189EBB
Text Example
Text Example
White with #189EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189EBB; }
p { color: rgb(24,158,187); }
H1.HeaderClassName
{
color: #189EBB;
}
.AnyTagClassName
{
color: #189EBB;
}
</style>
background-color css
<style>
a { background-color: #189EBB; }
a { background-color: rgb(24,158,187); }
div.DivClassName
{
background-color: #189EBB;
}
.BgClassName
{
background-color: #189EBB;
}
</style>
border-color css
<style>
span { border-color: #189EBB; }
span { border-color: rgb(24,158,187); }
td.TdClassName
{
border-color: #189EBB;
}
.TagClassName
{
border-color: #189EBB;
}
</style>