Shades of Pelorous #189EA8
Tints of Pelorous #189EA8
RGB
CMYK
RGB Variations
Color information
#189EA8 (or 0x189EA8) is known color: Pelorous. HEX triplet: 18, 9E and A8. RGB value is (24,158,168). Sum of RGB (Red+Green+Blue) = 24+158+168=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 168 (66.02% from 255 or 48% from 350); Max value from RGB is 168 - color contains mainly: blue. Hex color #189EA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189EA8 is #E76157. Grayscale: #767676. Windows color (decimal): -15163736 or 11050520. OLE color: 11050520.
HSL color Cylindrical-coordinate representation of color #189EA8: hue angle of 184.17º 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 #189EA8 is Cyan = 0.86, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 158 | 168 | - |
| CMYK | 0.86 | 0.06 | 0 | 0.34 |
| HSL | 184.17º | 0.75% | 0.38% | - |
| HSV(B) | 184.17º | 0.86% | 0.66% | - |
| XYZ | 19.67 | 27.48 | 41.31 | - |
| YUV | 119.07 | 155.61 | 60.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 158 | 168 | 0.86 | 0.06 | 0 | 0.34 | 184.17 | 0.75 | 0.38 |
| Hex | 18 | 9E | A8 | 56 | 6 | 0 | 22 | B8 | 4B | 26 |
| Octal | 30 | 236 | 250 | 126 | 6 | 0 | 42 | 270 | 113 | 46 |
| Binary | 11000 | 10011110 | 10101000 | 1010110 | 110 | 0 | 100010 | 10111000 | 1001011 | 100110 |
Color Harmonies of #189EA8
Complementary color
Monochromatic Colors of #189EA8
Black with #189EA8
Text Example
Text Example
White with #189EA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189EA8; }
p { color: rgb(24,158,168); }
H1.HeaderClassName
{
color: #189EA8;
}
.AnyTagClassName
{
color: #189EA8;
}
</style>
background-color css
<style>
a { background-color: #189EA8; }
a { background-color: rgb(24,158,168); }
div.DivClassName
{
background-color: #189EA8;
}
.BgClassName
{
background-color: #189EA8;
}
</style>
border-color css
<style>
span { border-color: #189EA8; }
span { border-color: rgb(24,158,168); }
td.TdClassName
{
border-color: #189EA8;
}
.TagClassName
{
border-color: #189EA8;
}
</style>