Shades of Pelorous #188EC4
Tints of Pelorous #188EC4
RGB
CMYK
RGB Variations
Color information
#188EC4 (or 0x188EC4) is known color: Pelorous. HEX triplet: 18, 8E and C4. RGB value is (24,142,196). Sum of RGB (Red+Green+Blue) = 24+142+196=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 142 (55.86% from 255 or 39.23% from 362); Blue value is 196 (76.95% from 255 or 54.14% from 362); Max value from RGB is 196 - color contains mainly: blue. Hex color #188EC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188EC4 is #E7713B. Grayscale: #707070. Windows color (decimal): -15167804 or 12881432. OLE color: 12881432.
HSL color Cylindrical-coordinate representation of color #188EC4: hue angle of 198.84º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188EC4 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 142 | 196 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.23 |
| HSL | 198.84º | 0.78% | 0.43% | - |
| HSV(B) | 198.84º | 0.88% | 0.77% | - |
| XYZ | 20.01 | 23.53 | 55.71 | - |
| YUV | 112.87 | 174.91 | 64.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 196 | 0.88 | 0.28 | 0 | 0.23 | 198.84 | 0.78 | 0.43 |
| Hex | 18 | 8E | C4 | 58 | 1C | 0 | 17 | C7 | 4E | 2B |
| Octal | 30 | 216 | 304 | 130 | 34 | 0 | 27 | 307 | 116 | 53 |
| Binary | 11000 | 10001110 | 11000100 | 1011000 | 11100 | 0 | 10111 | 11000111 | 1001110 | 101011 |
Color Harmonies of #188EC4
Complementary color
Monochromatic Colors of #188EC4
Black with #188EC4
Text Example
Text Example
White with #188EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188EC4; }
p { color: rgb(24,142,196); }
H1.HeaderClassName
{
color: #188EC4;
}
.AnyTagClassName
{
color: #188EC4;
}
</style>
background-color css
<style>
a { background-color: #188EC4; }
a { background-color: rgb(24,142,196); }
div.DivClassName
{
background-color: #188EC4;
}
.BgClassName
{
background-color: #188EC4;
}
</style>
border-color css
<style>
span { border-color: #188EC4; }
span { border-color: rgb(24,142,196); }
td.TdClassName
{
border-color: #188EC4;
}
.TagClassName
{
border-color: #188EC4;
}
</style>