Shades of Pacific Blue #0188DF
Tints of Pacific Blue #0188DF
RGB
CMYK
RGB Variations
Color information
#0188DF (or 0x0188DF) is known color: Pacific Blue. HEX triplet: 01, 88 and DF. RGB value is (1,136,223). Sum of RGB (Red+Green+Blue) = 1+136+223=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #0188DF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0188DF is #FE7720. Grayscale: #696969. Windows color (decimal): -16676641 or 14649345. OLE color: 14649345.
HSL color Cylindrical-coordinate representation of color #0188DF: hue angle of 203.51º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0188DF is Cyan = 1.00, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 136 | 223 | - |
| CMYK | 1.00 | 0.39 | 0 | 0.13 |
| HSL | 203.51º | 0.99% | 0.44% | - |
| HSV(B) | 203.51º | 1% | 0.87% | - |
| XYZ | 22.14 | 22.94 | 73.07 | - |
| YUV | 105.55 | 194.27 | 53.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 136 | 223 | 1.00 | 0.39 | 0 | 0.13 | 203.51 | 0.99 | 0.44 |
| Hex | 1 | 88 | DF | 64 | 27 | 0 | D | CC | 63 | 2C |
| Octal | 1 | 210 | 337 | 144 | 47 | 0 | 15 | 314 | 143 | 54 |
| Binary | 1 | 10001000 | 11011111 | 1100100 | 100111 | 0 | 1101 | 11001100 | 1100011 | 101100 |
Color Harmonies of #0188DF
Complementary color
Monochromatic Colors of #0188DF
Black with #0188DF
Text Example
Text Example
White with #0188DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0188DF; }
p { color: rgb(1,136,223); }
H1.HeaderClassName
{
color: #0188DF;
}
.AnyTagClassName
{
color: #0188DF;
}
</style>
background-color css
<style>
a { background-color: #0188DF; }
a { background-color: rgb(1,136,223); }
div.DivClassName
{
background-color: #0188DF;
}
.BgClassName
{
background-color: #0188DF;
}
</style>
border-color css
<style>
span { border-color: #0188DF; }
span { border-color: rgb(1,136,223); }
td.TdClassName
{
border-color: #0188DF;
}
.TagClassName
{
border-color: #0188DF;
}
</style>