Shades of Pelorous #188EBA
Tints of Pelorous #188EBA
RGB
CMYK
RGB Variations
Color information
#188EBA (or 0x188EBA) is known color: Pelorous. HEX triplet: 18, 8E and BA. RGB value is (24,142,186). Sum of RGB (Red+Green+Blue) = 24+142+186=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 142 (55.86% from 255 or 40.34% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #188EBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188EBA is #E77145. Grayscale: #6F6F6F. Windows color (decimal): -15167814 or 12226072. OLE color: 12226072.
HSL color Cylindrical-coordinate representation of color #188EBA: hue angle of 196.3º 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 #188EBA is Cyan = 0.87, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 142 | 186 | - |
| CMYK | 0.87 | 0.24 | 0 | 0.27 |
| HSL | 196.3º | 0.77% | 0.41% | - |
| HSV(B) | 196.3º | 0.87% | 0.73% | - |
| XYZ | 18.91 | 23.09 | 49.91 | - |
| YUV | 111.73 | 169.91 | 65.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 186 | 0.87 | 0.24 | 0 | 0.27 | 196.3 | 0.77 | 0.41 |
| Hex | 18 | 8E | BA | 57 | 18 | 0 | 1B | C4 | 4D | 29 |
| Octal | 30 | 216 | 272 | 127 | 30 | 0 | 33 | 304 | 115 | 51 |
| Binary | 11000 | 10001110 | 10111010 | 1010111 | 11000 | 0 | 11011 | 11000100 | 1001101 | 101001 |
Color Harmonies of #188EBA
Complementary color
Monochromatic Colors of #188EBA
Black with #188EBA
Text Example
Text Example
White with #188EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188EBA; }
p { color: rgb(24,142,186); }
H1.HeaderClassName
{
color: #188EBA;
}
.AnyTagClassName
{
color: #188EBA;
}
</style>
background-color css
<style>
a { background-color: #188EBA; }
a { background-color: rgb(24,142,186); }
div.DivClassName
{
background-color: #188EBA;
}
.BgClassName
{
background-color: #188EBA;
}
</style>
border-color css
<style>
span { border-color: #188EBA; }
span { border-color: rgb(24,142,186); }
td.TdClassName
{
border-color: #188EBA;
}
.TagClassName
{
border-color: #188EBA;
}
</style>