Shades of Pelorous #189FA8
Tints of Pelorous #189FA8
RGB
CMYK
RGB Variations
Color information
#189FA8 (or 0x189FA8) is known color: Pelorous. HEX triplet: 18, 9F and A8. RGB value is (24,159,168). Sum of RGB (Red+Green+Blue) = 24+159+168=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 168 (66.02% from 255 or 47.86% from 351); Max value from RGB is 168 - color contains mainly: blue. Hex color #189FA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189FA8 is #E76057. Grayscale: #777777. Windows color (decimal): -15163480 or 11050776. OLE color: 11050776.
HSL color Cylindrical-coordinate representation of color #189FA8: hue angle of 183.75º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #189FA8 is Cyan = 0.86, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 159 | 168 | - |
| CMYK | 0.86 | 0.05 | 0 | 0.34 |
| HSL | 183.75º | 0.75% | 0.38% | - |
| HSV(B) | 183.75º | 0.86% | 0.66% | - |
| XYZ | 19.84 | 27.82 | 41.37 | - |
| YUV | 119.66 | 155.27 | 59.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 159 | 168 | 0.86 | 0.05 | 0 | 0.34 | 183.75 | 0.75 | 0.38 |
| Hex | 18 | 9F | A8 | 56 | 5 | 0 | 22 | B8 | 4B | 26 |
| Octal | 30 | 237 | 250 | 126 | 5 | 0 | 42 | 270 | 113 | 46 |
| Binary | 11000 | 10011111 | 10101000 | 1010110 | 101 | 0 | 100010 | 10111000 | 1001011 | 100110 |
Color Harmonies of #189FA8
Complementary color
Monochromatic Colors of #189FA8
Black with #189FA8
Text Example
Text Example
White with #189FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189FA8; }
p { color: rgb(24,159,168); }
H1.HeaderClassName
{
color: #189FA8;
}
.AnyTagClassName
{
color: #189FA8;
}
</style>
background-color css
<style>
a { background-color: #189FA8; }
a { background-color: rgb(24,159,168); }
div.DivClassName
{
background-color: #189FA8;
}
.BgClassName
{
background-color: #189FA8;
}
</style>
border-color css
<style>
span { border-color: #189FA8; }
span { border-color: rgb(24,159,168); }
td.TdClassName
{
border-color: #189FA8;
}
.TagClassName
{
border-color: #189FA8;
}
</style>