Html Css Color HEX #0086CE Pacific Blue

📋 copy color: '#0086CE'

red 0 ◦ green 134 ◦ blue 206

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

Shades of Pacific Blue #0086CE

Tints of Pacific Blue #0086CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 60.59%

R = 0%
G = 39.41%
B = 60.59%

CMYK

 C value IS 1

 M value IS 0.35

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0086CE (or 0x0086CE) is known color: Pacific Blue. HEX triplet: 00, 86 and CE. RGB value is (0,134,206). Sum of RGB (Red+Green+Blue) = 0+134+206=340 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 340); Green value is 134 (52.73% from 255 or 39.41% from 340); Blue value is 206 (80.86% from 255 or 60.59% from 340); Max value from RGB is 206 - color contains mainly: blue. Hex color #0086CE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0086CE is #FF7931. Grayscale: #656565. Windows color (decimal): -16742706 or 13534720. OLE color: 13534720.

HSL color Cylindrical-coordinate representation of color #0086CE: hue angle of 200.97º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0086CE is Cyan = 1, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 134 206 -
CMYK 1 0.35 0 0.19
HSL 200.97º 1% 0.4% -
HSV(B) 200.97º 1% 0.81% -
XYZ 19.67 21.51 61.51 -
YUV 102.14 186.61 55.15 -
System Red Green Blue C M Y K H S L
Decimal 0 134 206 1 0.35 0 0.19 200.97 1 0.4
Hex 0 86 CE 64 23 0 13 C9 64 28
Octal 0 206 316 144 43 0 23 311 144 50
Binary 0 10000110 11001110 1100100 100011 0 10011 11001001 1100100 101000

Color Harmonies of #0086CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0086CE

Black with #0086CE

Text Example


Text Example

White with #0086CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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