Shades of Pelorous #189BA7
Tints of Pelorous #189BA7
RGB
CMYK
RGB Variations
Color information
#189BA7 (or 0x189BA7) is known color: Pelorous. HEX triplet: 18, 9B and A7. RGB value is (24,155,167). Sum of RGB (Red+Green+Blue) = 24+155+167=346 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.94% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 167 (65.62% from 255 or 48.27% from 346); Max value from RGB is 167 - color contains mainly: blue. Hex color #189BA7 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #189BA7 is #E76458. Grayscale: #757575. Windows color (decimal): -15164505 or 10984216. OLE color: 10984216.
HSL color Cylindrical-coordinate representation of color #189BA7: hue angle of 185.03º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #189BA7 is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 24 | 155 | 167 | - |
| CMYK | 0.86 | 0.07 | 0 | 0.35 |
| HSL | 185.04º | 0.75% | 0.37% | - |
| HSV(B) | 185.04º | 0.86% | 0.65% | - |
| XYZ | 19.07 | 26.43 | 40.65 | - |
| YUV | 117.2 | 156.1 | 61.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 155 | 167 | 0.86 | 0.07 | 0 | 0.35 | 185.04 | 0.75 | 0.37 |
| Hex | 18 | 9B | A7 | 56 | 7 | 0 | 23 | B9 | 4B | 25 |
| Octal | 30 | 233 | 247 | 126 | 7 | 0 | 43 | 271 | 113 | 45 |
| Binary | 11000 | 10011011 | 10100111 | 1010110 | 111 | 0 | 100011 | 10111001 | 1001011 | 100101 |
Color Harmonies of #189BA7
Complementary color
Monochromatic Colors of #189BA7
Black with #189BA7
Text Example
Text Example
White with #189BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189BA7; }
p { color: rgb(24,155,167); }
H1.HeaderClassName
{
color: #189BA7;
}
.AnyTagClassName
{
color: #189BA7;
}
</style>
background-color css
<style>
a { background-color: #189BA7; }
a { background-color: rgb(24,155,167); }
div.DivClassName
{
background-color: #189BA7;
}
.BgClassName
{
background-color: #189BA7;
}
</style>
border-color css
<style>
span { border-color: #189BA7; }
span { border-color: rgb(24,155,167); }
td.TdClassName
{
border-color: #189BA7;
}
.TagClassName
{
border-color: #189BA7;
}
</style>