Html Css Color HEX #008F9A Eastern Blue

📋 copy color: '#008F9A'

red 0 ◦ green 143 ◦ blue 154

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

Shades of Eastern Blue #008F9A

Tints of Eastern Blue #008F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.85%

R = 0%
G = 48.15%
B = 51.85%

CMYK

 C value IS 1

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#008F9A (or 0x008F9A) is known color: Eastern Blue. HEX triplet: 00, 8F and 9A. RGB value is (0,143,154). Sum of RGB (Red+Green+Blue) = 0+143+154=297 (39% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 297); Green value is 143 (56.25% from 255 or 48.15% from 297); Blue value is 154 (60.55% from 255 or 51.85% from 297); Max value from RGB is 154 - color contains mainly: blue. Hex color #008F9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008F9A is #FF7065. Grayscale: #656565. Windows color (decimal): -16740454 or 10129152. OLE color: 10129152.

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

Color convert

RGB 0 143 154 -
CMYK 1 0.07 0 0.40
HSL 184.29º 1% 0.3% -
HSV(B) 184.29º 1% 0.6% -
XYZ 15.66 21.98 33.99 -
YUV 101.5 157.62 55.61 -
System Red Green Blue C M Y K H S L
Decimal 0 143 154 1 0.07 0 0.40 184.29 1 0.3
Hex 0 8F 9A 64 7 0 28 B8 64 1E
Octal 0 217 232 144 7 0 50 270 144 36
Binary 0 10001111 10011010 1100100 111 0 101000 10111000 1100100 11110

Color Harmonies of #008F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008F9A

Black with #008F9A

Text Example


Text Example

White with #008F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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