Html Css Color HEX #098AAB Eastern Blue

📋 copy color: '#098AAB'

red 9 ◦ green 138 ◦ blue 171

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

Shades of Eastern Blue #098AAB

Tints of Eastern Blue #098AAB

RGB

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

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

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

R = 2.83%
G = 43.4%
B = 53.77%

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

#098AAB (or 0x098AAB) is known color: Eastern Blue. HEX triplet: 09, 8A and AB. RGB value is (9,138,171). Sum of RGB (Red+Green+Blue) = 9+138+171=318 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.83% from 318); Green value is 138 (54.30% from 255 or 43.40% from 318); Blue value is 171 (67.19% from 255 or 53.77% from 318); Max value from RGB is 171 - color contains mainly: blue. Hex color #098AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #098AAB is #F67554. Grayscale: #666666. Windows color (decimal): -16151893 or 11241993. OLE color: 11241993.

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

Color convert

RGB 9 138 171 -
CMYK 0.95 0.19 0 0.33
HSL 192.22º 0.9% 0.35% -
HSV(B) 192.22º 0.95% 0.67% -
XYZ 16.55 21.18 41.74 -
YUV 103.19 166.26 60.82 -
System Red Green Blue C M Y K H S L
Decimal 9 138 171 0.95 0.19 0 0.33 192.22 0.9 0.35
Hex 9 8A AB 5F 13 0 21 C0 5A 23
Octal 11 212 253 137 23 0 41 300 132 43
Binary 1001 10001010 10101011 1011111 10011 0 100001 11000000 1011010 100011

Color Harmonies of #098AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #098AAB

Black with #098AAB

Text Example


Text Example

White with #098AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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