Shades of Pacific Blue #188DC9
Tints of Pacific Blue #188DC9
RGB
CMYK
RGB Variations
Color information
#188DC9 (or 0x188DC9) is known color: Pacific Blue. HEX triplet: 18, 8D and C9. RGB value is (24,141,201). Sum of RGB (Red+Green+Blue) = 24+141+201=366 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.56% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #188DC9 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188DC9 is #E77236. Grayscale: #707070. Windows color (decimal): -15168055 or 13208856. OLE color: 13208856.
HSL color Cylindrical-coordinate representation of color #188DC9: hue angle of 200.34º 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 #188DC9 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 24 | 141 | 201 | - |
| CMYK | 0.88 | 0.30 | 0 | 0.21 |
| HSL | 200.34º | 0.79% | 0.44% | - |
| HSV(B) | 200.34º | 0.88% | 0.79% | - |
| XYZ | 20.44 | 23.46 | 58.71 | - |
| YUV | 112.86 | 177.74 | 64.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 201 | 0.88 | 0.30 | 0 | 0.21 | 200.34 | 0.79 | 0.44 |
| Hex | 18 | 8D | C9 | 58 | 1E | 0 | 15 | C8 | 4F | 2C |
| Octal | 30 | 215 | 311 | 130 | 36 | 0 | 25 | 310 | 117 | 54 |
| Binary | 11000 | 10001101 | 11001001 | 1011000 | 11110 | 0 | 10101 | 11001000 | 1001111 | 101100 |
Color Harmonies of #188DC9
Complementary color
Monochromatic Colors of #188DC9
Black with #188DC9
Text Example
Text Example
White with #188DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188DC9; }
p { color: rgb(24,141,201); }
H1.HeaderClassName
{
color: #188DC9;
}
.AnyTagClassName
{
color: #188DC9;
}
</style>
background-color css
<style>
a { background-color: #188DC9; }
a { background-color: rgb(24,141,201); }
div.DivClassName
{
background-color: #188DC9;
}
.BgClassName
{
background-color: #188DC9;
}
</style>
border-color css
<style>
span { border-color: #188DC9; }
span { border-color: rgb(24,141,201); }
td.TdClassName
{
border-color: #188DC9;
}
.TagClassName
{
border-color: #188DC9;
}
</style>