Shades of Pelorous #188BA3
Tints of Pelorous #188BA3
RGB
CMYK
RGB Variations
Color information
#188BA3 (or 0x188BA3) is known color: Pelorous. HEX triplet: 18, 8B and A3. RGB value is (24,139,163). Sum of RGB (Red+Green+Blue) = 24+139+163=326 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.36% from 326); Green value is 139 (54.69% from 255 or 42.64% from 326); Blue value is 163 (64.06% from 255 or 50% from 326); Max value from RGB is 163 - color contains mainly: blue. Hex color #188BA3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #188BA3 is #E7745C. Grayscale: #6B6B6B. Windows color (decimal): -15168605 or 10717976. OLE color: 10717976.
HSL color Cylindrical-coordinate representation of color #188BA3: hue angle of 190.36º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #188BA3 is Cyan = 0.85, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 24 | 139 | 163 | - |
| CMYK | 0.85 | 0.15 | 0 | 0.36 |
| HSL | 190.36º | 0.74% | 0.37% | - |
| HSV(B) | 190.36º | 0.85% | 0.64% | - |
| XYZ | 16.22 | 21.3 | 37.91 | - |
| YUV | 107.35 | 159.4 | 68.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 163 | 0.85 | 0.15 | 0 | 0.36 | 190.36 | 0.74 | 0.37 |
| Hex | 18 | 8B | A3 | 55 | F | 0 | 24 | BE | 4A | 25 |
| Octal | 30 | 213 | 243 | 125 | 17 | 0 | 44 | 276 | 112 | 45 |
| Binary | 11000 | 10001011 | 10100011 | 1010101 | 1111 | 0 | 100100 | 10111110 | 1001010 | 100101 |
Color Harmonies of #188BA3
Complementary color
Monochromatic Colors of #188BA3
Black with #188BA3
Text Example
Text Example
White with #188BA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188BA3; }
p { color: rgb(24,139,163); }
H1.HeaderClassName
{
color: #188BA3;
}
.AnyTagClassName
{
color: #188BA3;
}
</style>
background-color css
<style>
a { background-color: #188BA3; }
a { background-color: rgb(24,139,163); }
div.DivClassName
{
background-color: #188BA3;
}
.BgClassName
{
background-color: #188BA3;
}
</style>
border-color css
<style>
span { border-color: #188BA3; }
span { border-color: rgb(24,139,163); }
td.TdClassName
{
border-color: #188BA3;
}
.TagClassName
{
border-color: #188BA3;
}
</style>