Shades of Pelorous #188EC3
Tints of Pelorous #188EC3
RGB
CMYK
RGB Variations
Color information
#188EC3 (or 0x188EC3) is known color: Pelorous. HEX triplet: 18, 8E and C3. RGB value is (24,142,195). Sum of RGB (Red+Green+Blue) = 24+142+195=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 195 (76.56% from 255 or 54.02% from 361); Max value from RGB is 195 - color contains mainly: blue. Hex color #188EC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188EC3 is #E7713C. Grayscale: #707070. Windows color (decimal): -15167805 or 12815896. OLE color: 12815896.
HSL color Cylindrical-coordinate representation of color #188EC3: hue angle of 198.6º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188EC3 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 142 | 195 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.24 |
| HSL | 198.6º | 0.78% | 0.43% | - |
| HSV(B) | 198.6º | 0.88% | 0.76% | - |
| XYZ | 19.9 | 23.48 | 55.11 | - |
| YUV | 112.76 | 174.41 | 64.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 195 | 0.88 | 0.27 | 0 | 0.24 | 198.6 | 0.78 | 0.43 |
| Hex | 18 | 8E | C3 | 58 | 1B | 0 | 18 | C7 | 4E | 2B |
| Octal | 30 | 216 | 303 | 130 | 33 | 0 | 30 | 307 | 116 | 53 |
| Binary | 11000 | 10001110 | 11000011 | 1011000 | 11011 | 0 | 11000 | 11000111 | 1001110 | 101011 |
Color Harmonies of #188EC3
Complementary color
Monochromatic Colors of #188EC3
Black with #188EC3
Text Example
Text Example
White with #188EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188EC3; }
p { color: rgb(24,142,195); }
H1.HeaderClassName
{
color: #188EC3;
}
.AnyTagClassName
{
color: #188EC3;
}
</style>
background-color css
<style>
a { background-color: #188EC3; }
a { background-color: rgb(24,142,195); }
div.DivClassName
{
background-color: #188EC3;
}
.BgClassName
{
background-color: #188EC3;
}
</style>
border-color css
<style>
span { border-color: #188EC3; }
span { border-color: rgb(24,142,195); }
td.TdClassName
{
border-color: #188EC3;
}
.TagClassName
{
border-color: #188EC3;
}
</style>