Html Css Color HEX #0A8CAA Eastern Blue

📋 copy color: '#0A8CAA'

red 10 ◦ green 140 ◦ blue 170

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

Shades of Eastern Blue #0A8CAA

Tints of Eastern Blue #0A8CAA

RGB

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

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

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

R = 3.13%
G = 43.75%
B = 53.13%

CMYK

 C value IS 0.94

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A8CAA (or 0x0A8CAA) is known color: Eastern Blue. HEX triplet: 0A, 8C and AA. RGB value is (10,140,170). Sum of RGB (Red+Green+Blue) = 10+140+170=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 140 (55.08% from 255 or 43.75% from 320); Blue value is 170 (66.80% from 255 or 53.12% from 320); Max value from RGB is 170 - color contains mainly: blue. Hex color #0A8CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8CAA is #F57355. Grayscale: #686868. Windows color (decimal): -16085846 or 11176970. OLE color: 11176970.

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

Color convert

RGB 10 140 170 -
CMYK 0.94 0.18 0 0.33
HSL 191.25º 0.89% 0.35% -
HSV(B) 191.25º 0.94% 0.67% -
XYZ 16.76 21.72 41.34 -
YUV 104.55 164.93 60.56 -
System Red Green Blue C M Y K H S L
Decimal 10 140 170 0.94 0.18 0 0.33 191.25 0.89 0.35
Hex A 8C AA 5E 12 0 21 BF 59 23
Octal 12 214 252 136 22 0 41 277 131 43
Binary 1010 10001100 10101010 1011110 10010 0 100001 10111111 1011001 100011

Color Harmonies of #0A8CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8CAA

Black with #0A8CAA

Text Example


Text Example

White with #0A8CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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