Shades of Pacific Blue #0188CF
Tints of Pacific Blue #0188CF
RGB
CMYK
RGB Variations
Color information
#0188CF (or 0x0188CF) is known color: Pacific Blue. HEX triplet: 01, 88 and CF. RGB value is (1,136,207). Sum of RGB (Red+Green+Blue) = 1+136+207=344 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 344); Green value is 136 (53.52% from 255 or 39.53% from 344); Blue value is 207 (81.25% from 255 or 60.17% from 344); Max value from RGB is 207 - color contains mainly: blue. Hex color #0188CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0188CF is #FE7730. Grayscale: #676767. Windows color (decimal): -16676657 or 13600769. OLE color: 13600769.
HSL color Cylindrical-coordinate representation of color #0188CF: hue angle of 200.68º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0188CF is Cyan = 1.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 1 | 136 | 207 | - |
| CMYK | 1.00 | 0.34 | 0 | 0.19 |
| HSL | 200.68º | 0.99% | 0.41% | - |
| HSV(B) | 200.68º | 1% | 0.81% | - |
| XYZ | 20.08 | 22.12 | 62.24 | - |
| YUV | 103.73 | 186.27 | 54.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 207 | 1.00 | 0.34 | 0 | 0.19 | 200.68 | 0.99 | 0.41 |
| Hex | 1 | 88 | CF | 64 | 22 | 0 | 13 | C9 | 63 | 29 |
| Octal | 1 | 210 | 317 | 144 | 42 | 0 | 23 | 311 | 143 | 51 |
| Binary | 1 | 10001000 | 11001111 | 1100100 | 100010 | 0 | 10011 | 11001001 | 1100011 | 101001 |
Color Harmonies of #0188CF
Complementary color
Monochromatic Colors of #0188CF
Black with #0188CF
Text Example
Text Example
White with #0188CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188CF; }
p { color: rgb(1,136,207); }
H1.HeaderClassName
{
color: #0188CF;
}
.AnyTagClassName
{
color: #0188CF;
}
</style>
background-color css
<style>
a { background-color: #0188CF; }
a { background-color: rgb(1,136,207); }
div.DivClassName
{
background-color: #0188CF;
}
.BgClassName
{
background-color: #0188CF;
}
</style>
border-color css
<style>
span { border-color: #0188CF; }
span { border-color: rgb(1,136,207); }
td.TdClassName
{
border-color: #0188CF;
}
.TagClassName
{
border-color: #0188CF;
}
</style>