Shades of Pelorous #189FBA
Tints of Pelorous #189FBA
RGB
CMYK
RGB Variations
Color information
#189FBA (or 0x189FBA) is known color: Pelorous. HEX triplet: 18, 9F and BA. RGB value is (24,159,186). Sum of RGB (Red+Green+Blue) = 24+159+186=369 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.50% from 369); Green value is 159 (62.5% from 255 or 43.09% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #189FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189FBA is #E76045. Grayscale: #797979. Windows color (decimal): -15163462 or 12230424. OLE color: 12230424.
HSL color Cylindrical-coordinate representation of color #189FBA: hue angle of 190º 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 #189FBA is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 159 | 186 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.27 |
| HSL | 190º | 0.77% | 0.41% | - |
| HSV(B) | 190º | 0.87% | 0.73% | - |
| XYZ | 21.64 | 28.54 | 50.82 | - |
| YUV | 121.71 | 164.27 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 186 | 0.87 | 0.15 | 0 | 0.27 | 190 | 0.77 | 0.41 |
| Hex | 18 | 9F | BA | 57 | F | 0 | 1B | BE | 4D | 29 |
| Octal | 30 | 237 | 272 | 127 | 17 | 0 | 33 | 276 | 115 | 51 |
| Binary | 11000 | 10011111 | 10111010 | 1010111 | 1111 | 0 | 11011 | 10111110 | 1001101 | 101001 |
Color Harmonies of #189FBA
Complementary color
Monochromatic Colors of #189FBA
Black with #189FBA
Text Example
Text Example
White with #189FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189FBA; }
p { color: rgb(24,159,186); }
H1.HeaderClassName
{
color: #189FBA;
}
.AnyTagClassName
{
color: #189FBA;
}
</style>
background-color css
<style>
a { background-color: #189FBA; }
a { background-color: rgb(24,159,186); }
div.DivClassName
{
background-color: #189FBA;
}
.BgClassName
{
background-color: #189FBA;
}
</style>
border-color css
<style>
span { border-color: #189FBA; }
span { border-color: rgb(24,159,186); }
td.TdClassName
{
border-color: #189FBA;
}
.TagClassName
{
border-color: #189FBA;
}
</style>