Html Css Color HEX #098393 Eastern Blue

📋 copy color: '#098393'

red 9 ◦ green 131 ◦ blue 147

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

Shades of Eastern Blue #098393

Tints of Eastern Blue #098393

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.64%

 BLUE value IS 147 (57.81% from 255) = 51.22%

R = 3.14%
G = 45.64%
B = 51.22%

CMYK

 C value IS 0.94

 M value IS 0.11

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#098393 (or 0x098393) is known color: Eastern Blue. HEX triplet: 09, 83 and 93. RGB value is (9,131,147). Sum of RGB (Red+Green+Blue) = 9+131+147=287 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.14% from 287); Green value is 131 (51.56% from 255 or 45.64% from 287); Blue value is 147 (57.81% from 255 or 51.22% from 287); Max value from RGB is 147 - color contains mainly: blue. Hex color #098393 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098393 is #F67C6C. Grayscale: #606060. Windows color (decimal): -16153709 or 9667337. OLE color: 9667337.

HSL color Cylindrical-coordinate representation of color #098393: hue angle of 186.96º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098393 is Cyan = 0.94, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 131 147 -
CMYK 0.94 0.11 0 0.42
HSL 186.96º 0.88% 0.31% -
HSV(B) 186.96º 0.94% 0.58% -
XYZ 13.5 18.4 30.44 -
YUV 96.35 156.58 65.7 -
System Red Green Blue C M Y K H S L
Decimal 9 131 147 0.94 0.11 0 0.42 186.96 0.88 0.31
Hex 9 83 93 5E B 0 2A BB 58 1F
Octal 11 203 223 136 13 0 52 273 130 37
Binary 1001 10000011 10010011 1011110 1011 0 101010 10111011 1011000 11111

Color Harmonies of #098393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098393

Black with #098393

Text Example


Text Example

White with #098393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098393; }

 p { color: rgb(9,131,147); }

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

background-color css

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

 a { background-color: rgb(9,131,147); }

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

border-color css

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

 span { border-color: rgb(9,131,147); }

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