Shades of Pacific Blue #0186D4
Tints of Pacific Blue #0186D4
RGB
CMYK
RGB Variations
Color information
#0186D4 (or 0x0186D4) is known color: Pacific Blue. HEX triplet: 01, 86 and D4. RGB value is (1,134,212). Sum of RGB (Red+Green+Blue) = 1+134+212=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 212 (83.20% from 255 or 61.10% from 347); Max value from RGB is 212 - color contains mainly: blue. Hex color #0186D4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0186D4 is #FE792B. Grayscale: #666666. Windows color (decimal): -16677164 or 13927937. OLE color: 13927937.
HSL color Cylindrical-coordinate representation of color #0186D4: hue angle of 202.18º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0186D4 is Cyan = 1.00, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 1 | 134 | 212 | - |
| CMYK | 1.00 | 0.37 | 0 | 0.17 |
| HSL | 202.18º | 0.99% | 0.42% | - |
| HSV(B) | 202.18º | 1% | 0.83% | - |
| XYZ | 20.42 | 21.81 | 65.42 | - |
| YUV | 103.13 | 189.44 | 55.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 134 | 212 | 1.00 | 0.37 | 0 | 0.17 | 202.18 | 0.99 | 0.42 |
| Hex | 1 | 86 | D4 | 64 | 25 | 0 | 11 | CA | 63 | 2A |
| Octal | 1 | 206 | 324 | 144 | 45 | 0 | 21 | 312 | 143 | 52 |
| Binary | 1 | 10000110 | 11010100 | 1100100 | 100101 | 0 | 10001 | 11001010 | 1100011 | 101010 |
Color Harmonies of #0186D4
Complementary color
Monochromatic Colors of #0186D4
Black with #0186D4
Text Example
Text Example
White with #0186D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0186D4; }
p { color: rgb(1,134,212); }
H1.HeaderClassName
{
color: #0186D4;
}
.AnyTagClassName
{
color: #0186D4;
}
</style>
background-color css
<style>
a { background-color: #0186D4; }
a { background-color: rgb(1,134,212); }
div.DivClassName
{
background-color: #0186D4;
}
.BgClassName
{
background-color: #0186D4;
}
</style>
border-color css
<style>
span { border-color: #0186D4; }
span { border-color: rgb(1,134,212); }
td.TdClassName
{
border-color: #0186D4;
}
.TagClassName
{
border-color: #0186D4;
}
</style>