Html Css Color HEX #008F9F Eastern Blue

📋 copy color: '#008F9F'

red 0 ◦ green 143 ◦ blue 159

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

Shades of Eastern Blue #008F9F

Tints of Eastern Blue #008F9F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.35%

 BLUE value IS 159 (62.5% from 255) = 52.65%

R = 0%
G = 47.35%
B = 52.65%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#008F9F (or 0x008F9F) is known color: Eastern Blue. HEX triplet: 00, 8F and 9F. RGB value is (0,143,159). Sum of RGB (Red+Green+Blue) = 0+143+159=302 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 302); Green value is 143 (56.25% from 255 or 47.35% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #008F9F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008F9F is #FF7060. Grayscale: #656565. Windows color (decimal): -16740449 or 10456832. OLE color: 10456832.

HSL color Cylindrical-coordinate representation of color #008F9F: hue angle of 186.04º 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 #008F9F is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 143 159 -
CMYK 1 0.10 0 0.38
HSL 186.04º 1% 0.31% -
HSV(B) 186.04º 1% 0.62% -
XYZ 16.08 22.15 36.23 -
YUV 102.07 160.12 55.2 -
System Red Green Blue C M Y K H S L
Decimal 0 143 159 1 0.10 0 0.38 186.04 1 0.31
Hex 0 8F 9F 64 A 0 26 BA 64 1F
Octal 0 217 237 144 12 0 46 272 144 37
Binary 0 10001111 10011111 1100100 1010 0 100110 10111010 1100100 11111

Color Harmonies of #008F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008F9F

Black with #008F9F

Text Example


Text Example

White with #008F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,143,159); }

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

background-color css

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

 a { background-color: rgb(0,143,159); }

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

border-color css

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

 span { border-color: rgb(0,143,159); }

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