Html Css Color HEX #008698 Eastern Blue

📋 copy color: '#008698'

red 0 ◦ green 134 ◦ blue 152

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

Shades of Eastern Blue #008698

Tints of Eastern Blue #008698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.15%

R = 0%
G = 46.85%
B = 53.15%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#008698 (or 0x008698) is known color: Eastern Blue. HEX triplet: 00, 86 and 98. RGB value is (0,134,152). Sum of RGB (Red+Green+Blue) = 0+134+152=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 152 (59.77% from 255 or 53.15% from 286); Max value from RGB is 152 - color contains mainly: blue. Hex color #008698 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008698 is #FF7967. Grayscale: #5F5F5F. Windows color (decimal): -16742760 or 9995776. OLE color: 9995776.

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

Color convert

RGB 0 134 152 -
CMYK 1 0.12 0 0.40
HSL 187.11º 1% 0.3% -
HSV(B) 187.11º 1% 0.6% -
XYZ 14.19 19.32 32.69 -
YUV 95.99 159.61 59.54 -
System Red Green Blue C M Y K H S L
Decimal 0 134 152 1 0.12 0 0.40 187.11 1 0.3
Hex 0 86 98 64 C 0 28 BB 64 1E
Octal 0 206 230 144 14 0 50 273 144 36
Binary 0 10000110 10011000 1100100 1100 0 101000 10111011 1100100 11110

Color Harmonies of #008698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008698

Black with #008698

Text Example


Text Example

White with #008698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008698; }

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

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

background-color css

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

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

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

border-color css

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

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

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