Html Css Color HEX #098BAB Eastern Blue

📋 copy color: '#098BAB'

red 9 ◦ green 139 ◦ blue 171

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

Shades of Eastern Blue #098BAB

Tints of Eastern Blue #098BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.57%

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 2.82%
G = 43.57%
B = 53.61%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#098BAB (or 0x098BAB) is known color: Eastern Blue. HEX triplet: 09, 8B and AB. RGB value is (9,139,171). Sum of RGB (Red+Green+Blue) = 9+139+171=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #098BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098BAB is #F67454. Grayscale: #676767. Windows color (decimal): -16151637 or 11242249. OLE color: 11242249.

HSL color Cylindrical-coordinate representation of color #098BAB: hue angle of 191.85º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #098BAB is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 139 171 -
CMYK 0.95 0.19 0 0.33
HSL 191.85º 0.9% 0.35% -
HSV(B) 191.85º 0.95% 0.67% -
XYZ 16.7 21.46 41.79 -
YUV 103.78 165.93 60.4 -
System Red Green Blue C M Y K H S L
Decimal 9 139 171 0.95 0.19 0 0.33 191.85 0.9 0.35
Hex 9 8B AB 5F 13 0 21 C0 5A 23
Octal 11 213 253 137 23 0 41 300 132 43
Binary 1001 10001011 10101011 1011111 10011 0 100001 11000000 1011010 100011

Color Harmonies of #098BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098BAB

Black with #098BAB

Text Example


Text Example

White with #098BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,139,171); }

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

background-color css

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

 a { background-color: rgb(9,139,171); }

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

border-color css

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

 span { border-color: rgb(9,139,171); }

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