Html Css Color HEX #0A8DAA Eastern Blue

📋 copy color: '#0A8DAA'

red 10 ◦ green 141 ◦ blue 170

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

Shades of Eastern Blue #0A8DAA

Tints of Eastern Blue #0A8DAA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.93%

 BLUE value IS 170 (66.8% from 255) = 52.96%

R = 3.12%
G = 43.93%
B = 52.96%

CMYK

 C value IS 0.94

 M value IS 0.17

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A8DAA (or 0x0A8DAA) is known color: Eastern Blue. HEX triplet: 0A, 8D and AA. RGB value is (10,141,170). Sum of RGB (Red+Green+Blue) = 10+141+170=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 141 (55.47% from 255 or 43.93% from 321); Blue value is 170 (66.80% from 255 or 52.96% from 321); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A8DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8DAA is #F57255. Grayscale: #686868. Windows color (decimal): -16085590 or 11177226. OLE color: 11177226.

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

Color convert

RGB 10 141 170 -
CMYK 0.94 0.17 0 0.33
HSL 190.88º 0.89% 0.35% -
HSV(B) 190.88º 0.94% 0.67% -
XYZ 16.91 22.02 41.39 -
YUV 105.14 164.6 60.14 -
System Red Green Blue C M Y K H S L
Decimal 10 141 170 0.94 0.17 0 0.33 190.88 0.89 0.35
Hex A 8D AA 5E 11 0 21 BF 59 23
Octal 12 215 252 136 21 0 41 277 131 43
Binary 1010 10001101 10101010 1011110 10001 0 100001 10111111 1011001 100011

Color Harmonies of #0A8DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8DAA

Black with #0A8DAA

Text Example


Text Example

White with #0A8DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,141,170); }

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

background-color css

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

 a { background-color: rgb(10,141,170); }

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

border-color css

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

 span { border-color: rgb(10,141,170); }

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