Html Css Color HEX #087D96 Eastern Blue

📋 copy color: '#087D96'

red 8 ◦ green 125 ◦ blue 150

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

Shades of Eastern Blue #087D96

Tints of Eastern Blue #087D96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 53%

R = 2.83%
G = 44.17%
B = 53%

CMYK

 C value IS 0.95

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#087D96 (or 0x087D96) is known color: Eastern Blue. HEX triplet: 08, 7D and 96. RGB value is (8,125,150). Sum of RGB (Red+Green+Blue) = 8+125+150=283 (37% of max value = 765). Red value is 8 (3.52% from 255 or 2.83% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 150 (58.98% from 255 or 53.00% from 283); Max value from RGB is 150 - color contains mainly: blue. Hex color #087D96 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #087D96 is #F78269. Grayscale: #5C5C5C. Windows color (decimal): -16220778 or 9862408. OLE color: 9862408.

HSL color Cylindrical-coordinate representation of color #087D96: hue angle of 190.56º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #087D96 is Cyan = 0.95, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 125 150 -
CMYK 0.95 0.17 0 0.41
HSL 190.56º 0.9% 0.31% -
HSV(B) 190.56º 0.95% 0.59% -
XYZ 12.94 16.92 31.44 -
YUV 92.87 160.24 67.47 -
System Red Green Blue C M Y K H S L
Decimal 8 125 150 0.95 0.17 0 0.41 190.56 0.9 0.31
Hex 8 7D 96 5F 11 0 29 BF 5A 1F
Octal 10 175 226 137 21 0 51 277 132 37
Binary 1000 1111101 10010110 1011111 10001 0 101001 10111111 1011010 11111

Color Harmonies of #087D96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #087D96

Black with #087D96

Text Example


Text Example

White with #087D96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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