Html Css Color HEX #008697 Eastern Blue

📋 copy color: '#008697'

red 0 ◦ green 134 ◦ blue 151

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

Shades of Eastern Blue #008697

Tints of Eastern Blue #008697

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 52.98%

R = 0%
G = 47.02%
B = 52.98%

CMYK

 C value IS 1

 M value IS 0.11

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#008697 (or 0x008697) is known color: Eastern Blue. HEX triplet: 00, 86 and 97. RGB value is (0,134,151). Sum of RGB (Red+Green+Blue) = 0+134+151=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 134 (52.73% from 255 or 47.02% from 285); Blue value is 151 (59.38% from 255 or 52.98% from 285); Max value from RGB is 151 - color contains mainly: blue. Hex color #008697 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008697 is #FF7968. Grayscale: #5F5F5F. Windows color (decimal): -16742761 or 9930240. OLE color: 9930240.

HSL color Cylindrical-coordinate representation of color #008697: hue angle of 186.75º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008697 is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 0 134 151 -
CMYK 1 0.11 0 0.41
HSL 186.76º 1% 0.3% -
HSV(B) 186.76º 1% 0.59% -
XYZ 14.11 19.28 32.26 -
YUV 95.87 159.11 59.62 -
System Red Green Blue C M Y K H S L
Decimal 0 134 151 1 0.11 0 0.41 186.76 1 0.3
Hex 0 86 97 64 B 0 29 BB 64 1E
Octal 0 206 227 144 13 0 51 273 144 36
Binary 0 10000110 10010111 1100100 1011 0 101001 10111011 1100100 11110

Color Harmonies of #008697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008697

Black with #008697

Text Example


Text Example

White with #008697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008697; }

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

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

background-color css

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

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

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

border-color css

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

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

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