Shades of Pacific Blue #188EC9
Tints of Pacific Blue #188EC9
RGB
CMYK
RGB Variations
Color information
#188EC9 (or 0x188EC9) is known color: Pacific Blue. HEX triplet: 18, 8E and C9. RGB value is (24,142,201). Sum of RGB (Red+Green+Blue) = 24+142+201=367 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.54% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #188EC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188EC9 is #E77136. Grayscale: #717171. Windows color (decimal): -15167799 or 13209112. OLE color: 13209112.
HSL color Cylindrical-coordinate representation of color #188EC9: hue angle of 200º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188EC9 is Cyan = 0.88, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 142 | 201 | - |
| CMYK | 0.88 | 0.29 | 0 | 0.21 |
| HSL | 200º | 0.79% | 0.44% | - |
| HSV(B) | 200º | 0.88% | 0.79% | - |
| XYZ | 20.59 | 23.76 | 58.76 | - |
| YUV | 113.44 | 177.41 | 64.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 142 | 201 | 0.88 | 0.29 | 0 | 0.21 | 200 | 0.79 | 0.44 |
| Hex | 18 | 8E | C9 | 58 | 1D | 0 | 15 | C8 | 4F | 2C |
| Octal | 30 | 216 | 311 | 130 | 35 | 0 | 25 | 310 | 117 | 54 |
| Binary | 11000 | 10001110 | 11001001 | 1011000 | 11101 | 0 | 10101 | 11001000 | 1001111 | 101100 |
Color Harmonies of #188EC9
Complementary color
Monochromatic Colors of #188EC9
Black with #188EC9
Text Example
Text Example
White with #188EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188EC9; }
p { color: rgb(24,142,201); }
H1.HeaderClassName
{
color: #188EC9;
}
.AnyTagClassName
{
color: #188EC9;
}
</style>
background-color css
<style>
a { background-color: #188EC9; }
a { background-color: rgb(24,142,201); }
div.DivClassName
{
background-color: #188EC9;
}
.BgClassName
{
background-color: #188EC9;
}
</style>
border-color css
<style>
span { border-color: #188EC9; }
span { border-color: rgb(24,142,201); }
td.TdClassName
{
border-color: #188EC9;
}
.TagClassName
{
border-color: #188EC9;
}
</style>