Shades of Pelorous #188BAB
Tints of Pelorous #188BAB
RGB
CMYK
RGB Variations
Color information
#188BAB (or 0x188BAB) is known color: Pelorous. HEX triplet: 18, 8B and AB. RGB value is (24,139,171). Sum of RGB (Red+Green+Blue) = 24+139+171=334 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.19% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 171 (67.19% from 255 or 51.20% from 334); Max value from RGB is 171 - color contains mainly: blue. Hex color #188BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188BAB is #E77454. Grayscale: #6C6C6C. Windows color (decimal): -15168597 or 11242264. OLE color: 11242264.
HSL color Cylindrical-coordinate representation of color #188BAB: hue angle of 193.06º 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 #188BAB is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 24 | 139 | 171 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.33 |
| HSL | 193.06º | 0.75% | 0.38% | - |
| HSV(B) | 193.06º | 0.86% | 0.67% | - |
| XYZ | 16.96 | 21.6 | 41.8 | - |
| YUV | 108.26 | 163.4 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 171 | 0.86 | 0.19 | 0 | 0.33 | 193.06 | 0.75 | 0.38 |
| Hex | 18 | 8B | AB | 56 | 13 | 0 | 21 | C1 | 4B | 26 |
| Octal | 30 | 213 | 253 | 126 | 23 | 0 | 41 | 301 | 113 | 46 |
| Binary | 11000 | 10001011 | 10101011 | 1010110 | 10011 | 0 | 100001 | 11000001 | 1001011 | 100110 |
Color Harmonies of #188BAB
Complementary color
Monochromatic Colors of #188BAB
Black with #188BAB
Text Example
Text Example
White with #188BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188BAB; }
p { color: rgb(24,139,171); }
H1.HeaderClassName
{
color: #188BAB;
}
.AnyTagClassName
{
color: #188BAB;
}
</style>
background-color css
<style>
a { background-color: #188BAB; }
a { background-color: rgb(24,139,171); }
div.DivClassName
{
background-color: #188BAB;
}
.BgClassName
{
background-color: #188BAB;
}
</style>
border-color css
<style>
span { border-color: #188BAB; }
span { border-color: rgb(24,139,171); }
td.TdClassName
{
border-color: #188BAB;
}
.TagClassName
{
border-color: #188BAB;
}
</style>