Html Css Color HEX #087E90 Eastern Blue

📋 copy color: '#087E90'

red 8 ◦ green 126 ◦ blue 144

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

Shades of Eastern Blue #087E90

Tints of Eastern Blue #087E90

RGB

 RED value IS 8 (3.52% from 255) = 2.88%

 GREEN value IS 126 (49.61% from 255) = 45.32%

 BLUE value IS 144 (56.64% from 255) = 51.8%

R = 2.88%
G = 45.32%
B = 51.8%

CMYK

 C value IS 0.94

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#087E90 (or 0x087E90) is known color: Eastern Blue. HEX triplet: 08, 7E and 90. RGB value is (8,126,144). Sum of RGB (Red+Green+Blue) = 8+126+144=278 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.88% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #087E90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087E90 is #F7816F. Grayscale: #5C5C5C. Windows color (decimal): -16220528 or 9469448. OLE color: 9469448.

HSL color Cylindrical-coordinate representation of color #087E90: hue angle of 187.94º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #087E90 is Cyan = 0.94, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 126 144 -
CMYK 0.94 0.12 0 0.44
HSL 187.94º 0.89% 0.3% -
HSV(B) 187.94º 0.94% 0.56% -
XYZ 12.6 16.99 29 -
YUV 92.77 156.91 67.54 -
System Red Green Blue C M Y K H S L
Decimal 8 126 144 0.94 0.12 0 0.44 187.94 0.89 0.3
Hex 8 7E 90 5E C 0 2C BC 59 1E
Octal 10 176 220 136 14 0 54 274 131 36
Binary 1000 1111110 10010000 1011110 1100 0 101100 10111100 1011001 11110

Color Harmonies of #087E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087E90

Black with #087E90

Text Example


Text Example

White with #087E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #087E90; }

 p { color: rgb(8,126,144); }

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

background-color css

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

 a { background-color: rgb(8,126,144); }

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

border-color css

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

 span { border-color: rgb(8,126,144); }

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