Html Css Color HEX #098AAA Eastern Blue

📋 copy color: '#098AAA'

red 9 ◦ green 138 ◦ blue 170

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

Shades of Eastern Blue #098AAA

Tints of Eastern Blue #098AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.63%

R = 2.84%
G = 43.53%
B = 53.63%

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

#098AAA (or 0x098AAA) is known color: Eastern Blue. HEX triplet: 09, 8A and AA. RGB value is (9,138,170). Sum of RGB (Red+Green+Blue) = 9+138+170=317 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.84% from 317); Green value is 138 (54.30% from 255 or 43.53% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #098AAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098AAA is #F67555. Grayscale: #666666. Windows color (decimal): -16151894 or 11176457. OLE color: 11176457.

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

Color convert

RGB 9 138 170 -
CMYK 0.95 0.19 0 0.33
HSL 191.93º 0.9% 0.35% -
HSV(B) 191.93º 0.95% 0.67% -
XYZ 16.46 21.14 41.24 -
YUV 103.08 165.76 60.9 -
System Red Green Blue C M Y K H S L
Decimal 9 138 170 0.95 0.19 0 0.33 191.93 0.9 0.35
Hex 9 8A AA 5F 13 0 21 C0 5A 23
Octal 11 212 252 137 23 0 41 300 132 43
Binary 1001 10001010 10101010 1011111 10011 0 100001 11000000 1011010 100011

Color Harmonies of #098AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AAA

Black with #098AAA

Text Example


Text Example

White with #098AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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