Shades of Pelorous #188FAB
Tints of Pelorous #188FAB
RGB
CMYK
RGB Variations
Color information
#188FAB (or 0x188FAB) is known color: Pelorous. HEX triplet: 18, 8F and AB. RGB value is (24,143,171). Sum of RGB (Red+Green+Blue) = 24+143+171=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 143 (56.25% from 255 or 42.31% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #188FAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188FAB is #E77054. Grayscale: #6E6E6E. Windows color (decimal): -15167573 or 11243288. OLE color: 11243288.
HSL color Cylindrical-coordinate representation of color #188FAB: hue angle of 191.43º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188FAB is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 143 | 171 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.33 |
| HSL | 191.43º | 0.75% | 0.38% | - |
| HSV(B) | 191.43º | 0.86% | 0.67% | - |
| XYZ | 17.55 | 22.78 | 42 | - |
| YUV | 110.61 | 162.08 | 66.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 171 | 0.86 | 0.16 | 0 | 0.33 | 191.43 | 0.75 | 0.38 |
| Hex | 18 | 8F | AB | 56 | 10 | 0 | 21 | BF | 4B | 26 |
| Octal | 30 | 217 | 253 | 126 | 20 | 0 | 41 | 277 | 113 | 46 |
| Binary | 11000 | 10001111 | 10101011 | 1010110 | 10000 | 0 | 100001 | 10111111 | 1001011 | 100110 |
Color Harmonies of #188FAB
Complementary color
Monochromatic Colors of #188FAB
Black with #188FAB
Text Example
Text Example
White with #188FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FAB; }
p { color: rgb(24,143,171); }
H1.HeaderClassName
{
color: #188FAB;
}
.AnyTagClassName
{
color: #188FAB;
}
</style>
background-color css
<style>
a { background-color: #188FAB; }
a { background-color: rgb(24,143,171); }
div.DivClassName
{
background-color: #188FAB;
}
.BgClassName
{
background-color: #188FAB;
}
</style>
border-color css
<style>
span { border-color: #188FAB; }
span { border-color: rgb(24,143,171); }
td.TdClassName
{
border-color: #188FAB;
}
.TagClassName
{
border-color: #188FAB;
}
</style>