Shades of Pelorous #188DBB
Tints of Pelorous #188DBB
RGB
CMYK
RGB Variations
Color information
#188DBB (or 0x188DBB) is known color: Pelorous. HEX triplet: 18, 8D and BB. RGB value is (24,141,187). Sum of RGB (Red+Green+Blue) = 24+141+187=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 141 (55.47% from 255 or 40.06% from 352); Blue value is 187 (73.44% from 255 or 53.12% from 352); Max value from RGB is 187 - color contains mainly: blue. Hex color #188DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188DBB is #E77244. Grayscale: #6E6E6E. Windows color (decimal): -15168069 or 12291352. OLE color: 12291352.
HSL color Cylindrical-coordinate representation of color #188DBB: hue angle of 196.93º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #188DBB is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 141 | 187 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.27 |
| HSL | 196.93º | 0.77% | 0.41% | - |
| HSV(B) | 196.93º | 0.87% | 0.73% | - |
| XYZ | 18.87 | 22.83 | 50.43 | - |
| YUV | 111.26 | 170.74 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 187 | 0.87 | 0.25 | 0 | 0.27 | 196.93 | 0.77 | 0.41 |
| Hex | 18 | 8D | BB | 57 | 19 | 0 | 1B | C5 | 4D | 29 |
| Octal | 30 | 215 | 273 | 127 | 31 | 0 | 33 | 305 | 115 | 51 |
| Binary | 11000 | 10001101 | 10111011 | 1010111 | 11001 | 0 | 11011 | 11000101 | 1001101 | 101001 |
Color Harmonies of #188DBB
Complementary color
Monochromatic Colors of #188DBB
Black with #188DBB
Text Example
Text Example
White with #188DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188DBB; }
p { color: rgb(24,141,187); }
H1.HeaderClassName
{
color: #188DBB;
}
.AnyTagClassName
{
color: #188DBB;
}
</style>
background-color css
<style>
a { background-color: #188DBB; }
a { background-color: rgb(24,141,187); }
div.DivClassName
{
background-color: #188DBB;
}
.BgClassName
{
background-color: #188DBB;
}
</style>
border-color css
<style>
span { border-color: #188DBB; }
span { border-color: rgb(24,141,187); }
td.TdClassName
{
border-color: #188DBB;
}
.TagClassName
{
border-color: #188DBB;
}
</style>