Html Css Color HEX #098AA8 Eastern Blue

📋 copy color: '#098AA8'

red 9 ◦ green 138 ◦ blue 168

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

Shades of Eastern Blue #098AA8

Tints of Eastern Blue #098AA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 53.33%

R = 2.86%
G = 43.81%
B = 53.33%

CMYK

 C value IS 0.95

 M value IS 0.18

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#098AA8 (or 0x098AA8) is known color: Eastern Blue. HEX triplet: 09, 8A and A8. RGB value is (9,138,168). Sum of RGB (Red+Green+Blue) = 9+138+168=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 138 (54.30% from 255 or 43.81% from 315); Blue value is 168 (66.02% from 255 or 53.33% from 315); Max value from RGB is 168 - color contains mainly: blue. Hex color #098AA8 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098AA8 is #F67557. Grayscale: #666666. Windows color (decimal): -16151896 or 11045385. OLE color: 11045385.

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

Color convert

RGB 9 138 168 -
CMYK 0.95 0.18 0 0.34
HSL 191.32º 0.9% 0.35% -
HSV(B) 191.32º 0.95% 0.66% -
XYZ 16.27 21.06 40.25 -
YUV 102.85 164.76 61.06 -
System Red Green Blue C M Y K H S L
Decimal 9 138 168 0.95 0.18 0 0.34 191.32 0.9 0.35
Hex 9 8A A8 5F 12 0 22 BF 5A 23
Octal 11 212 250 137 22 0 42 277 132 43
Binary 1001 10001010 10101000 1011111 10010 0 100010 10111111 1011010 100011

Color Harmonies of #098AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AA8

Black with #098AA8

Text Example


Text Example

White with #098AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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