#0186D8

Color #0186D8 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #0186D8

Tints of Pacific Blue #0186D8

Color information

#0186D8 (or 0x0186D8) is unknown color: approx Pacific Blue. HEX triplet: 01, 86 and D8. RGB value is (1,134,216). Sum of RGB (Red+Green+Blue) = 1+134+216=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 134 (52.73% from 255 or 38.18% from 351); Blue value is 216 (84.77% from 255 or 61.54% from 351); Max value from RGB is 216 - color contains mainly: blue. Hex color #0186D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0186D8 is #FE7927. Grayscale: #676767. Windows color (decimal): -16677160 or 14190081. OLE color: 14190081.

HSL color Cylindrical-coordinate representation of color #0186D8: hue angle of 202.88º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0186D8 is Cyan = 1.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1134216-
CMYK1.000.3800.15
HSL202.88º99.08%42.55%-
HSV(B)202.88º99.54%84.71%-
XYZ20.9322.0168.11-
YUV103.58191.4454.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 134 (52.73% from 255) = 38.18%
BLUE value IS 216 (84.77% from 255) = 61.54%
R=0.28%
G=38.18%
B=61.54%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal11342161.000.3800.15202.8899.0842.55
Hex186D864260Fcb632b
Octal12063301444601731314353
Binary11000011011011000110010010011001111110010111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0186D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0186D8; }

 p { color: rgb(1,134,216); }

 H1.HeaderClassName
 {
   color: #0186D8;
 }
 .AnyTagClassName
 {
   color: #0186D8;
 }
</style>
background-color css

<style>
 a { background-color: #0186D8; }

 a { background-color: rgb(1,134,216); }

 div.DivClassName
 {
   background-color: #0186D8;
 }
 .BgClassName
 {
   background-color: #0186D8;
 }
</style>
border-color css

<style>
 span { border-color: #0186D8; }

 span { border-color: rgb(1,134,216); }

 td.TdClassName
 {
   border-color: #0186D8;
 }
 .TagClassName
 {
   border-color: #0186D8;
 }
</style>