Html Css Color HEX #098AAC Eastern Blue

📋 copy color: '#098AAC'

red 9 ◦ green 138 ◦ blue 172

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

Shades of Eastern Blue #098AAC

Tints of Eastern Blue #098AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.26%

 BLUE value IS 172 (67.58% from 255) = 53.92%

R = 2.82%
G = 43.26%
B = 53.92%

CMYK

 C value IS 0.95

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#098AAC (or 0x098AAC) is known color: Eastern Blue. HEX triplet: 09, 8A and AC. RGB value is (9,138,172). Sum of RGB (Red+Green+Blue) = 9+138+172=319 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.82% from 319); Green value is 138 (54.30% from 255 or 43.26% from 319); Blue value is 172 (67.58% from 255 or 53.92% from 319); Max value from RGB is 172 - color contains mainly: blue. Hex color #098AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098AAC is #F67553. Grayscale: #676767. Windows color (decimal): -16151892 or 11307529. OLE color: 11307529.

HSL color Cylindrical-coordinate representation of color #098AAC: hue angle of 192.52º 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 #098AAC is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 138 172 -
CMYK 0.95 0.20 0 0.33
HSL 192.52º 0.9% 0.35% -
HSV(B) 192.52º 0.95% 0.67% -
XYZ 16.65 21.21 42.25 -
YUV 103.31 166.76 60.74 -
System Red Green Blue C M Y K H S L
Decimal 9 138 172 0.95 0.20 0 0.33 192.52 0.9 0.35
Hex 9 8A AC 5F 14 0 21 C1 5A 23
Octal 11 212 254 137 24 0 41 301 132 43
Binary 1001 10001010 10101100 1011111 10100 0 100001 11000001 1011010 100011

Color Harmonies of #098AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AAC

Black with #098AAC

Text Example


Text Example

White with #098AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,138,172); }

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

background-color css

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

 a { background-color: rgb(9,138,172); }

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

border-color css

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

 span { border-color: rgb(9,138,172); }

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