Shades of Pelorous #188CC0
Tints of Pelorous #188CC0
RGB
CMYK
RGB Variations
Color information
#188CC0 (or 0x188CC0) is known color: Pelorous. HEX triplet: 18, 8C and C0. RGB value is (24,140,192). Sum of RGB (Red+Green+Blue) = 24+140+192=356 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.74% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 192 (75.39% from 255 or 53.93% from 356); Max value from RGB is 192 - color contains mainly: blue. Hex color #188CC0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CC0 is #E7733F. Grayscale: #6E6E6E. Windows color (decimal): -15168320 or 12618776. OLE color: 12618776.
HSL color Cylindrical-coordinate representation of color #188CC0: hue angle of 198.57º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188CC0 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 140 | 192 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.25 |
| HSL | 198.57º | 0.78% | 0.42% | - |
| HSV(B) | 198.57º | 0.88% | 0.75% | - |
| XYZ | 19.27 | 22.76 | 53.25 | - |
| YUV | 111.24 | 173.57 | 65.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 192 | 0.88 | 0.27 | 0 | 0.25 | 198.57 | 0.78 | 0.42 |
| Hex | 18 | 8C | C0 | 58 | 1B | 0 | 19 | C7 | 4E | 2A |
| Octal | 30 | 214 | 300 | 130 | 33 | 0 | 31 | 307 | 116 | 52 |
| Binary | 11000 | 10001100 | 11000000 | 1011000 | 11011 | 0 | 11001 | 11000111 | 1001110 | 101010 |
Color Harmonies of #188CC0
Complementary color
Monochromatic Colors of #188CC0
Black with #188CC0
Text Example
Text Example
White with #188CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188CC0; }
p { color: rgb(24,140,192); }
H1.HeaderClassName
{
color: #188CC0;
}
.AnyTagClassName
{
color: #188CC0;
}
</style>
background-color css
<style>
a { background-color: #188CC0; }
a { background-color: rgb(24,140,192); }
div.DivClassName
{
background-color: #188CC0;
}
.BgClassName
{
background-color: #188CC0;
}
</style>
border-color css
<style>
span { border-color: #188CC0; }
span { border-color: rgb(24,140,192); }
td.TdClassName
{
border-color: #188CC0;
}
.TagClassName
{
border-color: #188CC0;
}
</style>