Shades of Pacific Blue #0188CC
Tints of Pacific Blue #0188CC
RGB
CMYK
RGB Variations
Color information
#0188CC (or 0x0188CC) is known color: Pacific Blue. HEX triplet: 01, 88 and CC. RGB value is (1,136,204). Sum of RGB (Red+Green+Blue) = 1+136+204=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 204 (80.08% from 255 or 59.82% from 341); Max value from RGB is 204 - color contains mainly: blue. Hex color #0188CC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0188CC is #FE7733. Grayscale: #666666. Windows color (decimal): -16676660 or 13404161. OLE color: 13404161.
HSL color Cylindrical-coordinate representation of color #0188CC: hue angle of 200.1º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0188CC is Cyan = 1.00, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 1 | 136 | 204 | - |
| CMYK | 1.00 | 0.33 | 0 | 0.2 |
| HSL | 200.1º | 0.99% | 0.4% | - |
| HSV(B) | 200.1º | 1% | 0.8% | - |
| XYZ | 19.72 | 21.97 | 60.33 | - |
| YUV | 103.39 | 184.77 | 54.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 204 | 1.00 | 0.33 | 0 | 0.2 | 200.1 | 0.99 | 0.4 |
| Hex | 1 | 88 | CC | 64 | 21 | 0 | 14 | C8 | 63 | 28 |
| Octal | 1 | 210 | 314 | 144 | 41 | 0 | 24 | 310 | 143 | 50 |
| Binary | 1 | 10001000 | 11001100 | 1100100 | 100001 | 0 | 10100 | 11001000 | 1100011 | 101000 |
Color Harmonies of #0188CC
Complementary color
Monochromatic Colors of #0188CC
Black with #0188CC
Text Example
Text Example
White with #0188CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188CC; }
p { color: rgb(1,136,204); }
H1.HeaderClassName
{
color: #0188CC;
}
.AnyTagClassName
{
color: #0188CC;
}
</style>
background-color css
<style>
a { background-color: #0188CC; }
a { background-color: rgb(1,136,204); }
div.DivClassName
{
background-color: #0188CC;
}
.BgClassName
{
background-color: #0188CC;
}
</style>
border-color css
<style>
span { border-color: #0188CC; }
span { border-color: rgb(1,136,204); }
td.TdClassName
{
border-color: #0188CC;
}
.TagClassName
{
border-color: #0188CC;
}
</style>