Shades of Pelorous #188DC5
Tints of Pelorous #188DC5
RGB
CMYK
RGB Variations
Color information
#188DC5 (or 0x188DC5) is known color: Pelorous. HEX triplet: 18, 8D and C5. RGB value is (24,141,197). Sum of RGB (Red+Green+Blue) = 24+141+197=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 141 (55.47% from 255 or 38.95% from 362); Blue value is 197 (77.34% from 255 or 54.42% from 362); Max value from RGB is 197 - color contains mainly: blue. Hex color #188DC5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188DC5 is #E7723A. Grayscale: #707070. Windows color (decimal): -15168059 or 12946712. OLE color: 12946712.
HSL color Cylindrical-coordinate representation of color #188DC5: hue angle of 199.42º 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 #188DC5 is Cyan = 0.88, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 141 | 197 | - |
| CMYK | 0.88 | 0.28 | 0 | 0.23 |
| HSL | 199.42º | 0.78% | 0.43% | - |
| HSV(B) | 199.42º | 0.88% | 0.77% | - |
| XYZ | 19.98 | 23.28 | 56.26 | - |
| YUV | 112.4 | 175.74 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 197 | 0.88 | 0.28 | 0 | 0.23 | 199.42 | 0.78 | 0.43 |
| Hex | 18 | 8D | C5 | 58 | 1C | 0 | 17 | C7 | 4E | 2B |
| Octal | 30 | 215 | 305 | 130 | 34 | 0 | 27 | 307 | 116 | 53 |
| Binary | 11000 | 10001101 | 11000101 | 1011000 | 11100 | 0 | 10111 | 11000111 | 1001110 | 101011 |
Color Harmonies of #188DC5
Complementary color
Monochromatic Colors of #188DC5
Black with #188DC5
Text Example
Text Example
White with #188DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188DC5; }
p { color: rgb(24,141,197); }
H1.HeaderClassName
{
color: #188DC5;
}
.AnyTagClassName
{
color: #188DC5;
}
</style>
background-color css
<style>
a { background-color: #188DC5; }
a { background-color: rgb(24,141,197); }
div.DivClassName
{
background-color: #188DC5;
}
.BgClassName
{
background-color: #188DC5;
}
</style>
border-color css
<style>
span { border-color: #188DC5; }
span { border-color: rgb(24,141,197); }
td.TdClassName
{
border-color: #188DC5;
}
.TagClassName
{
border-color: #188DC5;
}
</style>