Html Css Color HEX #008B9E Eastern Blue

📋 copy color: '#008B9E'

red 0 ◦ green 139 ◦ blue 158

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

Shades of Eastern Blue #008B9E

Tints of Eastern Blue #008B9E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 46.8%

 BLUE value IS 158 (62.11% from 255) = 53.2%

R = 0%
G = 46.8%
B = 53.2%

CMYK

 C value IS 1

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#008B9E (or 0x008B9E) is known color: Eastern Blue. HEX triplet: 00, 8B and 9E. RGB value is (0,139,158). Sum of RGB (Red+Green+Blue) = 0+139+158=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 158 (62.11% from 255 or 53.20% from 297); Max value from RGB is 158 - color contains mainly: blue. Hex color #008B9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008B9E is #FF7461. Grayscale: #636363. Windows color (decimal): -16741474 or 10390272. OLE color: 10390272.

HSL color Cylindrical-coordinate representation of color #008B9E: hue angle of 187.22º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008B9E is Cyan = 1, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 139 158 -
CMYK 1 0.12 0 0.38
HSL 187.22º 1% 0.31% -
HSV(B) 187.22º 1% 0.62% -
XYZ 15.4 20.93 35.58 -
YUV 99.61 160.95 56.96 -
System Red Green Blue C M Y K H S L
Decimal 0 139 158 1 0.12 0 0.38 187.22 1 0.31
Hex 0 8B 9E 64 C 0 26 BB 64 1F
Octal 0 213 236 144 14 0 46 273 144 37
Binary 0 10001011 10011110 1100100 1100 0 100110 10111011 1100100 11111

Color Harmonies of #008B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008B9E

Black with #008B9E

Text Example


Text Example

White with #008B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #008B9E; }

 p { color: rgb(0,139,158); }

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

background-color css

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

 a { background-color: rgb(0,139,158); }

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

border-color css

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

 span { border-color: rgb(0,139,158); }

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