Html Css Color HEX #087D90 Eastern Blue

📋 copy color: '#087D90'

red 8 ◦ green 125 ◦ blue 144

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

Shades of Eastern Blue #087D90

Tints of Eastern Blue #087D90

RGB

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

 GREEN value IS 125 (49.22% from 255) = 45.13%

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

R = 2.89%
G = 45.13%
B = 51.99%

CMYK

 C value IS 0.94

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#087D90 (or 0x087D90) is known color: Eastern Blue. HEX triplet: 08, 7D and 90. RGB value is (8,125,144). Sum of RGB (Red+Green+Blue) = 8+125+144=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #087D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087D90 is #F7826F. Grayscale: #5B5B5B. Windows color (decimal): -16220784 or 9469192. OLE color: 9469192.

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

Color convert

RGB 8 125 144 -
CMYK 0.94 0.13 0 0.44
HSL 188.38º 0.89% 0.3% -
HSV(B) 188.38º 0.94% 0.56% -
XYZ 12.47 16.73 28.96 -
YUV 92.18 157.24 67.96 -
System Red Green Blue C M Y K H S L
Decimal 8 125 144 0.94 0.13 0 0.44 188.38 0.89 0.3
Hex 8 7D 90 5E D 0 2C BC 59 1E
Octal 10 175 220 136 15 0 54 274 131 36
Binary 1000 1111101 10010000 1011110 1101 0 101100 10111100 1011001 11110

Color Harmonies of #087D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087D90

Black with #087D90

Text Example


Text Example

White with #087D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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