Html Css Color HEX #0086AA Eastern Blue

📋 copy color: '#0086AA'

red 0 ◦ green 134 ◦ blue 170

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

Shades of Eastern Blue #0086AA

Tints of Eastern Blue #0086AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 55.92%

R = 0%
G = 44.08%
B = 55.92%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0086AA (or 0x0086AA) is known color: Eastern Blue. HEX triplet: 00, 86 and AA. RGB value is (0,134,170). Sum of RGB (Red+Green+Blue) = 0+134+170=304 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 304); Green value is 134 (52.73% from 255 or 44.08% from 304); Blue value is 170 (66.80% from 255 or 55.92% from 304); Max value from RGB is 170 - color contains mainly: blue. Hex color #0086AA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0086AA is #FF7955. Grayscale: #616161. Windows color (decimal): -16742742 or 11175424. OLE color: 11175424.

HSL color Cylindrical-coordinate representation of color #0086AA: hue angle of 192.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0086AA is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 134 170 -
CMYK 1 0.21 0 0.33
HSL 192.71º 1% 0.33% -
HSV(B) 192.71º 1% 0.67% -
XYZ 15.78 19.95 41.05 -
YUV 98.04 168.61 58.07 -
System Red Green Blue C M Y K H S L
Decimal 0 134 170 1 0.21 0 0.33 192.71 1 0.33
Hex 0 86 AA 64 15 0 21 C1 64 21
Octal 0 206 252 144 25 0 41 301 144 41
Binary 0 10000110 10101010 1100100 10101 0 100001 11000001 1100100 100001

Color Harmonies of #0086AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0086AA

Black with #0086AA

Text Example


Text Example

White with #0086AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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