Shades of Pelorous #188BAD
Tints of Pelorous #188BAD
RGB
CMYK
RGB Variations
Color information
#188BAD (or 0x188BAD) is known color: Pelorous. HEX triplet: 18, 8B and AD. RGB value is (24,139,173). Sum of RGB (Red+Green+Blue) = 24+139+173=336 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.14% from 336); Green value is 139 (54.69% from 255 or 41.37% from 336); Blue value is 173 (67.97% from 255 or 51.49% from 336); Max value from RGB is 173 - color contains mainly: blue. Hex color #188BAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188BAD is #E77452. Grayscale: #6C6C6C. Windows color (decimal): -15168595 or 11373336. OLE color: 11373336.
HSL color Cylindrical-coordinate representation of color #188BAD: hue angle of 193.69º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #188BAD is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 24 | 139 | 173 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.32 |
| HSL | 193.69º | 0.76% | 0.39% | - |
| HSV(B) | 193.69º | 0.86% | 0.68% | - |
| XYZ | 17.15 | 21.68 | 42.82 | - |
| YUV | 108.49 | 164.4 | 67.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 173 | 0.86 | 0.20 | 0 | 0.32 | 193.69 | 0.76 | 0.39 |
| Hex | 18 | 8B | AD | 56 | 14 | 0 | 20 | C2 | 4C | 27 |
| Octal | 30 | 213 | 255 | 126 | 24 | 0 | 40 | 302 | 114 | 47 |
| Binary | 11000 | 10001011 | 10101101 | 1010110 | 10100 | 0 | 100000 | 11000010 | 1001100 | 100111 |
Color Harmonies of #188BAD
Complementary color
Monochromatic Colors of #188BAD
Black with #188BAD
Text Example
Text Example
White with #188BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188BAD; }
p { color: rgb(24,139,173); }
H1.HeaderClassName
{
color: #188BAD;
}
.AnyTagClassName
{
color: #188BAD;
}
</style>
background-color css
<style>
a { background-color: #188BAD; }
a { background-color: rgb(24,139,173); }
div.DivClassName
{
background-color: #188BAD;
}
.BgClassName
{
background-color: #188BAD;
}
</style>
border-color css
<style>
span { border-color: #188BAD; }
span { border-color: rgb(24,139,173); }
td.TdClassName
{
border-color: #188BAD;
}
.TagClassName
{
border-color: #188BAD;
}
</style>