Shades of Pelorous #188DA8
Tints of Pelorous #188DA8
RGB
CMYK
RGB Variations
Color information
#188DA8 (or 0x188DA8) is known color: Pelorous. HEX triplet: 18, 8D and A8. RGB value is (24,141,168). Sum of RGB (Red+Green+Blue) = 24+141+168=333 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.21% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 168 (66.02% from 255 or 50.45% from 333); Max value from RGB is 168 - color contains mainly: blue. Hex color #188DA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188DA8 is #E77257. Grayscale: #6C6C6C. Windows color (decimal): -15168088 or 11046168. OLE color: 11046168.
HSL color Cylindrical-coordinate representation of color #188DA8: hue angle of 191.25º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188DA8 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 24 | 141 | 168 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.34 |
| HSL | 191.25º | 0.75% | 0.38% | - |
| HSV(B) | 191.25º | 0.86% | 0.66% | - |
| XYZ | 16.97 | 22.07 | 40.41 | - |
| YUV | 109.1 | 161.24 | 67.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 168 | 0.86 | 0.16 | 0 | 0.34 | 191.25 | 0.75 | 0.38 |
| Hex | 18 | 8D | A8 | 56 | 10 | 0 | 22 | BF | 4B | 26 |
| Octal | 30 | 215 | 250 | 126 | 20 | 0 | 42 | 277 | 113 | 46 |
| Binary | 11000 | 10001101 | 10101000 | 1010110 | 10000 | 0 | 100010 | 10111111 | 1001011 | 100110 |
Color Harmonies of #188DA8
Complementary color
Monochromatic Colors of #188DA8
Black with #188DA8
Text Example
Text Example
White with #188DA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188DA8; }
p { color: rgb(24,141,168); }
H1.HeaderClassName
{
color: #188DA8;
}
.AnyTagClassName
{
color: #188DA8;
}
</style>
background-color css
<style>
a { background-color: #188DA8; }
a { background-color: rgb(24,141,168); }
div.DivClassName
{
background-color: #188DA8;
}
.BgClassName
{
background-color: #188DA8;
}
</style>
border-color css
<style>
span { border-color: #188DA8; }
span { border-color: rgb(24,141,168); }
td.TdClassName
{
border-color: #188DA8;
}
.TagClassName
{
border-color: #188DA8;
}
</style>