Shades of Pelorous #188DB0
Tints of Pelorous #188DB0
RGB
CMYK
RGB Variations
Color information
#188DB0 (or 0x188DB0) is known color: Pelorous. HEX triplet: 18, 8D and B0. RGB value is (24,141,176). Sum of RGB (Red+Green+Blue) = 24+141+176=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 176 (69.14% from 255 or 51.61% from 341); Max value from RGB is 176 - color contains mainly: blue. Hex color #188DB0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188DB0 is #E7724F. Grayscale: #6D6D6D. Windows color (decimal): -15168080 or 11570456. OLE color: 11570456.
HSL color Cylindrical-coordinate representation of color #188DB0: hue angle of 193.82º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188DB0 is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 24 | 141 | 176 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.31 |
| HSL | 193.82º | 0.76% | 0.39% | - |
| HSV(B) | 193.82º | 0.86% | 0.69% | - |
| XYZ | 17.74 | 22.38 | 44.46 | - |
| YUV | 110.01 | 165.24 | 66.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 176 | 0.86 | 0.20 | 0 | 0.31 | 193.82 | 0.76 | 0.39 |
| Hex | 18 | 8D | B0 | 56 | 14 | 0 | 1F | C2 | 4C | 27 |
| Octal | 30 | 215 | 260 | 126 | 24 | 0 | 37 | 302 | 114 | 47 |
| Binary | 11000 | 10001101 | 10110000 | 1010110 | 10100 | 0 | 11111 | 11000010 | 1001100 | 100111 |
Color Harmonies of #188DB0
Complementary color
Monochromatic Colors of #188DB0
Black with #188DB0
Text Example
Text Example
White with #188DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188DB0; }
p { color: rgb(24,141,176); }
H1.HeaderClassName
{
color: #188DB0;
}
.AnyTagClassName
{
color: #188DB0;
}
</style>
background-color css
<style>
a { background-color: #188DB0; }
a { background-color: rgb(24,141,176); }
div.DivClassName
{
background-color: #188DB0;
}
.BgClassName
{
background-color: #188DB0;
}
</style>
border-color css
<style>
span { border-color: #188DB0; }
span { border-color: rgb(24,141,176); }
td.TdClassName
{
border-color: #188DB0;
}
.TagClassName
{
border-color: #188DB0;
}
</style>