Html Css Color HEX #0A8FA9 Eastern Blue

📋 copy color: '#0A8FA9'

red 10 ◦ green 143 ◦ blue 169

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

Shades of Eastern Blue #0A8FA9

Tints of Eastern Blue #0A8FA9

RGB

 RED value IS 10 (4.3% from 255) = 3.11%

 GREEN value IS 143 (56.25% from 255) = 44.41%

 BLUE value IS 169 (66.41% from 255) = 52.48%

R = 3.11%
G = 44.41%
B = 52.48%

CMYK

 C value IS 0.94

 M value IS 0.15

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0A8FA9 (or 0x0A8FA9) is known color: Eastern Blue. HEX triplet: 0A, 8F and A9. RGB value is (10,143,169). Sum of RGB (Red+Green+Blue) = 10+143+169=322 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.11% from 322); Green value is 143 (56.25% from 255 or 44.41% from 322); Blue value is 169 (66.41% from 255 or 52.48% from 322); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A8FA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8FA9 is #F57056. Grayscale: #696969. Windows color (decimal): -16085079 or 11112202. OLE color: 11112202.

HSL color Cylindrical-coordinate representation of color #0A8FA9: hue angle of 189.81º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A8FA9 is Cyan = 0.94, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 10 143 169 -
CMYK 0.94 0.15 0 0.34
HSL 189.81º 0.89% 0.35% -
HSV(B) 189.81º 0.94% 0.66% -
XYZ 17.11 22.57 40.99 -
YUV 106.2 163.44 59.39 -
System Red Green Blue C M Y K H S L
Decimal 10 143 169 0.94 0.15 0 0.34 189.81 0.89 0.35
Hex A 8F A9 5E F 0 22 BE 59 23
Octal 12 217 251 136 17 0 42 276 131 43
Binary 1010 10001111 10101001 1011110 1111 0 100010 10111110 1011001 100011

Color Harmonies of #0A8FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8FA9

Black with #0A8FA9

Text Example


Text Example

White with #0A8FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A8FA9; }

 p { color: rgb(10,143,169); }

 H1.HeaderClassName
 {
   color: #0A8FA9;
 }
 .AnyTagClassName
 {
   color: #0A8FA9;
 }
</style>

background-color css

<style>
 a { background-color: #0A8FA9; }

 a { background-color: rgb(10,143,169); }

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

border-color css

<style>
 span { border-color: #0A8FA9; }

 span { border-color: rgb(10,143,169); }

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