Html Css Color HEX #0086DB Pacific Blue

📋 copy color: '#0086DB'

red 0 ◦ green 134 ◦ blue 219

#0086DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #0086DB

Tints of Pacific Blue #0086DB

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 134 (52.73% from 255) = 37.96%

 BLUE value IS 219 (85.94% from 255) = 62.04%

R = 0%
G = 37.96%
B = 62.04%

CMYK

 C value IS 1

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0086DB (or 0x0086DB) is known color: Pacific Blue. HEX triplet: 00, 86 and DB. RGB value is (0,134,219). Sum of RGB (Red+Green+Blue) = 0+134+219=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 219 (85.94% from 255 or 62.04% from 353); Max value from RGB is 219 - color contains mainly: blue. Hex color #0086DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0086DB is #FF7924. Grayscale: #676767. Windows color (decimal): -16742693 or 14386688. OLE color: 14386688.

HSL color Cylindrical-coordinate representation of color #0086DB: hue angle of 203.29º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0086DB is Cyan = 1, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 0 134 219 -
CMYK 1 0.39 0 0.14
HSL 203.29º 1% 0.43% -
HSV(B) 203.29º 1% 0.86% -
XYZ 21.31 22.16 70.17 -
YUV 103.62 193.11 54.09 -
System Red Green Blue C M Y K H S L
Decimal 0 134 219 1 0.39 0 0.14 203.29 1 0.43
Hex 0 86 DB 64 27 0 E CB 64 2B
Octal 0 206 333 144 47 0 16 313 144 53
Binary 0 10000110 11011011 1100100 100111 0 1110 11001011 1100100 101011

Color Harmonies of #0086DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0086DB

Black with #0086DB

Text Example


Text Example

White with #0086DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0086DB; }

 p { color: rgb(0,134,219); }

 H1.HeaderClassName
 {
   color: #0086DB;
 }
 .AnyTagClassName
 {
   color: #0086DB;
 }
</style>

background-color css

<style>
 a { background-color: #0086DB; }

 a { background-color: rgb(0,134,219); }

 div.DivClassName
 {
   background-color: #0086DB;
 }
 .BgClassName
 {
   background-color: #0086DB;
 }
</style>

border-color css

<style>
 span { border-color: #0086DB; }

 span { border-color: rgb(0,134,219); }

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