Shades of Pelorous #189AB5
Tints of Pelorous #189AB5
RGB
CMYK
RGB Variations
Color information
#189AB5 (or 0x189AB5) is known color: Pelorous. HEX triplet: 18, 9A and B5. RGB value is (24,154,181). Sum of RGB (Red+Green+Blue) = 24+154+181=359 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.69% from 359); Green value is 154 (60.55% from 255 or 42.90% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #189AB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189AB5 is #E7654A. Grayscale: #757575. Windows color (decimal): -15164747 or 11901464. OLE color: 11901464.
HSL color Cylindrical-coordinate representation of color #189AB5: hue angle of 190.32º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #189AB5 is Cyan = 0.87, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 24 | 154 | 181 | - |
| CMYK | 0.87 | 0.15 | 0 | 0.29 |
| HSL | 190.32º | 0.77% | 0.4% | - |
| HSV(B) | 190.32º | 0.87% | 0.71% | - |
| XYZ | 20.27 | 26.64 | 47.79 | - |
| YUV | 118.21 | 163.43 | 60.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 154 | 181 | 0.87 | 0.15 | 0 | 0.29 | 190.32 | 0.77 | 0.4 |
| Hex | 18 | 9A | B5 | 57 | F | 0 | 1D | BE | 4D | 28 |
| Octal | 30 | 232 | 265 | 127 | 17 | 0 | 35 | 276 | 115 | 50 |
| Binary | 11000 | 10011010 | 10110101 | 1010111 | 1111 | 0 | 11101 | 10111110 | 1001101 | 101000 |
Color Harmonies of #189AB5
Complementary color
Monochromatic Colors of #189AB5
Black with #189AB5
Text Example
Text Example
White with #189AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189AB5; }
p { color: rgb(24,154,181); }
H1.HeaderClassName
{
color: #189AB5;
}
.AnyTagClassName
{
color: #189AB5;
}
</style>
background-color css
<style>
a { background-color: #189AB5; }
a { background-color: rgb(24,154,181); }
div.DivClassName
{
background-color: #189AB5;
}
.BgClassName
{
background-color: #189AB5;
}
</style>
border-color css
<style>
span { border-color: #189AB5; }
span { border-color: rgb(24,154,181); }
td.TdClassName
{
border-color: #189AB5;
}
.TagClassName
{
border-color: #189AB5;
}
</style>