Html Css Color HEX #098096 Eastern Blue

📋 copy color: '#098096'

red 9 ◦ green 128 ◦ blue 150

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

Shades of Eastern Blue #098096

Tints of Eastern Blue #098096

RGB

 RED value IS 9 (3.91% from 255) = 3.14%

 GREEN value IS 128 (50.39% from 255) = 44.6%

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

R = 3.14%
G = 44.6%
B = 52.26%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#098096 (or 0x098096) is known color: Eastern Blue. HEX triplet: 09, 80 and 96. RGB value is (9,128,150). Sum of RGB (Red+Green+Blue) = 9+128+150=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 128 (50.39% from 255 or 44.60% from 287); Blue value is 150 (58.98% from 255 or 52.26% from 287); Max value from RGB is 150 - color contains mainly: blue. Hex color #098096 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098096 is #F67F69. Grayscale: #5E5E5E. Windows color (decimal): -16154474 or 9863177. OLE color: 9863177.

HSL color Cylindrical-coordinate representation of color #098096: hue angle of 189.36º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098096 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 9 128 150 -
CMYK 0.94 0.15 0 0.41
HSL 189.36º 0.89% 0.31% -
HSV(B) 189.36º 0.94% 0.59% -
XYZ 13.34 17.7 31.57 -
YUV 94.93 159.08 66.71 -
System Red Green Blue C M Y K H S L
Decimal 9 128 150 0.94 0.15 0 0.41 189.36 0.89 0.31
Hex 9 80 96 5E F 0 29 BD 59 1F
Octal 11 200 226 136 17 0 51 275 131 37
Binary 1001 10000000 10010110 1011110 1111 0 101001 10111101 1011001 11111

Color Harmonies of #098096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098096

Black with #098096

Text Example


Text Example

White with #098096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098096; }

 p { color: rgb(9,128,150); }

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

background-color css

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

 a { background-color: rgb(9,128,150); }

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

border-color css

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

 span { border-color: rgb(9,128,150); }

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