Shades of Pelorous #188CC5
Tints of Pelorous #188CC5
RGB
CMYK
RGB Variations
Color information
#188CC5 (or 0x188CC5) is known color: Pelorous. HEX triplet: 18, 8C and C5. RGB value is (24,140,197). Sum of RGB (Red+Green+Blue) = 24+140+197=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 197 (77.34% from 255 or 54.57% from 361); Max value from RGB is 197 - color contains mainly: blue. Hex color #188CC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188CC5 is #E7733A. Grayscale: #6F6F6F. Windows color (decimal): -15168315 or 12946456. OLE color: 12946456.
HSL color Cylindrical-coordinate representation of color #188CC5: hue angle of 199.77º 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 #188CC5 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 140 | 197 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.23 |
| HSL | 199.77º | 0.78% | 0.43% | - |
| HSV(B) | 199.77º | 0.88% | 0.77% | - |
| XYZ | 19.83 | 22.98 | 56.21 | - |
| YUV | 111.81 | 176.07 | 65.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 140 | 197 | 0.88 | 0.29 | 0 | 0.23 | 199.77 | 0.78 | 0.43 |
| Hex | 18 | 8C | C5 | 58 | 1D | 0 | 17 | C8 | 4E | 2B |
| Octal | 30 | 214 | 305 | 130 | 35 | 0 | 27 | 310 | 116 | 53 |
| Binary | 11000 | 10001100 | 11000101 | 1011000 | 11101 | 0 | 10111 | 11001000 | 1001110 | 101011 |
Color Harmonies of #188CC5
Complementary color
Monochromatic Colors of #188CC5
Black with #188CC5
Text Example
Text Example
White with #188CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188CC5; }
p { color: rgb(24,140,197); }
H1.HeaderClassName
{
color: #188CC5;
}
.AnyTagClassName
{
color: #188CC5;
}
</style>
background-color css
<style>
a { background-color: #188CC5; }
a { background-color: rgb(24,140,197); }
div.DivClassName
{
background-color: #188CC5;
}
.BgClassName
{
background-color: #188CC5;
}
</style>
border-color css
<style>
span { border-color: #188CC5; }
span { border-color: rgb(24,140,197); }
td.TdClassName
{
border-color: #188CC5;
}
.TagClassName
{
border-color: #188CC5;
}
</style>