Html Css Color HEX #0A8CA9 Eastern Blue

📋 copy color: '#0A8CA9'

red 10 ◦ green 140 ◦ blue 169

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

Shades of Eastern Blue #0A8CA9

Tints of Eastern Blue #0A8CA9

RGB

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

 GREEN value IS 140 (55.08% from 255) = 43.89%

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

R = 3.13%
G = 43.89%
B = 52.98%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0A8CA9 (or 0x0A8CA9) is known color: Eastern Blue. HEX triplet: 0A, 8C and A9. RGB value is (10,140,169). Sum of RGB (Red+Green+Blue) = 10+140+169=319 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.13% from 319); Green value is 140 (55.08% from 255 or 43.89% from 319); Blue value is 169 (66.41% from 255 or 52.98% from 319); Max value from RGB is 169 - color contains mainly: blue. Hex color #0A8CA9 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8CA9 is #F57356. Grayscale: #686868. Windows color (decimal): -16085847 or 11111434. OLE color: 11111434.

HSL color Cylindrical-coordinate representation of color #0A8CA9: hue angle of 190.94º 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 #0A8CA9 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 10 140 169 -
CMYK 0.94 0.17 0 0.34
HSL 190.94º 0.89% 0.35% -
HSV(B) 190.94º 0.94% 0.66% -
XYZ 16.66 21.69 40.84 -
YUV 104.44 164.43 60.64 -
System Red Green Blue C M Y K H S L
Decimal 10 140 169 0.94 0.17 0 0.34 190.94 0.89 0.35
Hex A 8C A9 5E 11 0 22 BF 59 23
Octal 12 214 251 136 21 0 42 277 131 43
Binary 1010 10001100 10101001 1011110 10001 0 100010 10111111 1011001 100011

Color Harmonies of #0A8CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8CA9

Black with #0A8CA9

Text Example


Text Example

White with #0A8CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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