Shades of Pelorous #188ABC
Tints of Pelorous #188ABC
RGB
CMYK
RGB Variations
Color information
#188ABC (or 0x188ABC) is known color: Pelorous. HEX triplet: 18, 8A and BC. RGB value is (24,138,188). Sum of RGB (Red+Green+Blue) = 24+138+188=350 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.86% from 350); Green value is 138 (54.30% from 255 or 39.43% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #188ABC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188ABC is #E77543. Grayscale: #6D6D6D. Windows color (decimal): -15168836 or 12356120. OLE color: 12356120.
HSL color Cylindrical-coordinate representation of color #188ABC: hue angle of 198.29º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #188ABC is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 138 | 188 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.26 |
| HSL | 198.29º | 0.77% | 0.42% | - |
| HSV(B) | 198.29º | 0.87% | 0.74% | - |
| XYZ | 18.54 | 22 | 50.85 | - |
| YUV | 109.61 | 172.23 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 138 | 188 | 0.87 | 0.27 | 0 | 0.26 | 198.29 | 0.77 | 0.42 |
| Hex | 18 | 8A | BC | 57 | 1B | 0 | 1A | C6 | 4D | 2A |
| Octal | 30 | 212 | 274 | 127 | 33 | 0 | 32 | 306 | 115 | 52 |
| Binary | 11000 | 10001010 | 10111100 | 1010111 | 11011 | 0 | 11010 | 11000110 | 1001101 | 101010 |
Color Harmonies of #188ABC
Complementary color
Monochromatic Colors of #188ABC
Black with #188ABC
Text Example
Text Example
White with #188ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188ABC; }
p { color: rgb(24,138,188); }
H1.HeaderClassName
{
color: #188ABC;
}
.AnyTagClassName
{
color: #188ABC;
}
</style>
background-color css
<style>
a { background-color: #188ABC; }
a { background-color: rgb(24,138,188); }
div.DivClassName
{
background-color: #188ABC;
}
.BgClassName
{
background-color: #188ABC;
}
</style>
border-color css
<style>
span { border-color: #188ABC; }
span { border-color: rgb(24,138,188); }
td.TdClassName
{
border-color: #188ABC;
}
.TagClassName
{
border-color: #188ABC;
}
</style>