Html Css Color HEX #098C98 Eastern Blue

📋 copy color: '#098C98'

red 9 ◦ green 140 ◦ blue 152

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

Shades of Eastern Blue #098C98

Tints of Eastern Blue #098C98

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.51%

 BLUE value IS 152 (59.77% from 255) = 50.5%

R = 2.99%
G = 46.51%
B = 50.5%

CMYK

 C value IS 0.94

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#098C98 (or 0x098C98) is known color: Eastern Blue. HEX triplet: 09, 8C and 98. RGB value is (9,140,152). Sum of RGB (Red+Green+Blue) = 9+140+152=301 (39% of max value = 765). Red value is 9 (3.91% from 255 or 2.99% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 152 (59.77% from 255 or 50.50% from 301); Max value from RGB is 152 - color contains mainly: blue. Hex color #098C98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098C98 is #F67367. Grayscale: #666666. Windows color (decimal): -16151400 or 9997321. OLE color: 9997321.

HSL color Cylindrical-coordinate representation of color #098C98: hue angle of 185.03º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #098C98 is Cyan = 0.94, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 140 152 -
CMYK 0.94 0.08 0 0.40
HSL 185.04º 0.89% 0.32% -
HSV(B) 185.04º 0.94% 0.6% -
XYZ 15.16 21.08 32.98 -
YUV 102.2 156.1 61.52 -
System Red Green Blue C M Y K H S L
Decimal 9 140 152 0.94 0.08 0 0.40 185.04 0.89 0.32
Hex 9 8C 98 5E 8 0 28 B9 59 20
Octal 11 214 230 136 10 0 50 271 131 40
Binary 1001 10001100 10011000 1011110 1000 0 101000 10111001 1011001 100000

Color Harmonies of #098C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098C98

Black with #098C98

Text Example


Text Example

White with #098C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #098C98; }

 p { color: rgb(9,140,152); }

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

background-color css

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

 a { background-color: rgb(9,140,152); }

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

border-color css

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

 span { border-color: rgb(9,140,152); }

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