Html Css Color HEX #099AA4 Eastern Blue

📋 copy color: '#099AA4'

red 9 ◦ green 154 ◦ blue 164

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

Shades of Eastern Blue #099AA4

Tints of Eastern Blue #099AA4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 47.09%

 BLUE value IS 164 (64.45% from 255) = 50.15%

R = 2.75%
G = 47.09%
B = 50.15%

CMYK

 C value IS 0.95

 M value IS 0.06

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#099AA4 (or 0x099AA4) is known color: Eastern Blue. HEX triplet: 09, 9A and A4. RGB value is (9,154,164). Sum of RGB (Red+Green+Blue) = 9+154+164=327 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.75% from 327); Green value is 154 (60.55% from 255 or 47.09% from 327); Blue value is 164 (64.45% from 255 or 50.15% from 327); Max value from RGB is 164 - color contains mainly: blue. Hex color #099AA4 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #099AA4 is #F6655B. Grayscale: #6F6F6F. Windows color (decimal): -16147804 or 10787337. OLE color: 10787337.

HSL color Cylindrical-coordinate representation of color #099AA4: hue angle of 183.87º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #099AA4 is Cyan = 0.95, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 154 164 -
CMYK 0.95 0.06 0 0.36
HSL 183.87º 0.9% 0.34% -
HSV(B) 183.87º 0.95% 0.64% -
XYZ 18.37 25.85 39.14 -
YUV 111.79 157.46 54.69 -
System Red Green Blue C M Y K H S L
Decimal 9 154 164 0.95 0.06 0 0.36 183.87 0.9 0.34
Hex 9 9A A4 5F 6 0 24 B8 5A 22
Octal 11 232 244 137 6 0 44 270 132 42
Binary 1001 10011010 10100100 1011111 110 0 100100 10111000 1011010 100010

Color Harmonies of #099AA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #099AA4

Black with #099AA4

Text Example


Text Example

White with #099AA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #099AA4; }

 p { color: rgb(9,154,164); }

 H1.HeaderClassName
 {
   color: #099AA4;
 }
 .AnyTagClassName
 {
   color: #099AA4;
 }
</style>

background-color css

<style>
 a { background-color: #099AA4; }

 a { background-color: rgb(9,154,164); }

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

border-color css

<style>
 span { border-color: #099AA4; }

 span { border-color: rgb(9,154,164); }

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