Html Css Color HEX #087C90 Eastern Blue

📋 copy color: '#087C90'

red 8 ◦ green 124 ◦ blue 144

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

Shades of Eastern Blue #087C90

Tints of Eastern Blue #087C90

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.93%

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

R = 2.9%
G = 44.93%
B = 52.17%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#087C90 (or 0x087C90) is known color: Eastern Blue. HEX triplet: 08, 7C and 90. RGB value is (8,124,144). Sum of RGB (Red+Green+Blue) = 8+124+144=276 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.90% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #087C90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087C90 is #F7836F. Grayscale: #5B5B5B. Windows color (decimal): -16221040 or 9468936. OLE color: 9468936.

HSL color Cylindrical-coordinate representation of color #087C90: hue angle of 188.82º 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 #087C90 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 8 124 144 -
CMYK 0.94 0.14 0 0.44
HSL 188.82º 0.89% 0.3% -
HSV(B) 188.82º 0.94% 0.56% -
XYZ 12.34 16.48 28.92 -
YUV 91.6 157.57 68.37 -
System Red Green Blue C M Y K H S L
Decimal 8 124 144 0.94 0.14 0 0.44 188.82 0.89 0.3
Hex 8 7C 90 5E E 0 2C BD 59 1E
Octal 10 174 220 136 16 0 54 275 131 36
Binary 1000 1111100 10010000 1011110 1110 0 101100 10111101 1011001 11110

Color Harmonies of #087C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087C90

Black with #087C90

Text Example


Text Example

White with #087C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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