Html Css Color HEX #008F9B Eastern Blue

📋 copy color: '#008F9B'

red 0 ◦ green 143 ◦ blue 155

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

Shades of Eastern Blue #008F9B

Tints of Eastern Blue #008F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 52.01%

R = 0%
G = 47.99%
B = 52.01%

CMYK

 C value IS 1

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#008F9B (or 0x008F9B) is known color: Eastern Blue. HEX triplet: 00, 8F and 9B. RGB value is (0,143,155). Sum of RGB (Red+Green+Blue) = 0+143+155=298 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 298); Green value is 143 (56.25% from 255 or 47.99% from 298); Blue value is 155 (60.94% from 255 or 52.01% from 298); Max value from RGB is 155 - color contains mainly: blue. Hex color #008F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008F9B is #FF7064. Grayscale: #656565. Windows color (decimal): -16740453 or 10194688. OLE color: 10194688.

HSL color Cylindrical-coordinate representation of color #008F9B: hue angle of 184.65º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008F9B is Cyan = 1, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 143 155 -
CMYK 1 0.08 0 0.39
HSL 184.65º 1% 0.3% -
HSV(B) 184.65º 1% 0.61% -
XYZ 15.74 22.01 34.43 -
YUV 101.61 158.12 55.52 -
System Red Green Blue C M Y K H S L
Decimal 0 143 155 1 0.08 0 0.39 184.65 1 0.3
Hex 0 8F 9B 64 8 0 27 B9 64 1E
Octal 0 217 233 144 10 0 47 271 144 36
Binary 0 10001111 10011011 1100100 1000 0 100111 10111001 1100100 11110

Color Harmonies of #008F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008F9B

Black with #008F9B

Text Example


Text Example

White with #008F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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