Html Css Color HEX #0A8AAC Eastern Blue

📋 copy color: '#0A8AAC'

red 10 ◦ green 138 ◦ blue 172

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

Shades of Eastern Blue #0A8AAC

Tints of Eastern Blue #0A8AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.13%

 BLUE value IS 172 (67.58% from 255) = 53.75%

R = 3.13%
G = 43.13%
B = 53.75%

CMYK

 C value IS 0.94

 M value IS 0.20

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0A8AAC (or 0x0A8AAC) is known color: Eastern Blue. HEX triplet: 0A, 8A and AC. RGB value is (10,138,172). Sum of RGB (Red+Green+Blue) = 10+138+172=320 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 172 (67.58% from 255 or 53.75% from 320); Max value from RGB is 172 - color contains mainly: blue. Hex color #0A8AAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0A8AAC is #F57553. Grayscale: #676767. Windows color (decimal): -16086356 or 11307530. OLE color: 11307530.

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

Color convert

RGB 10 138 172 -
CMYK 0.94 0.20 0 0.33
HSL 192.59º 0.89% 0.36% -
HSV(B) 192.59º 0.94% 0.67% -
XYZ 16.66 21.22 42.25 -
YUV 103.6 166.59 61.24 -
System Red Green Blue C M Y K H S L
Decimal 10 138 172 0.94 0.20 0 0.33 192.59 0.89 0.36
Hex A 8A AC 5E 14 0 21 C1 59 24
Octal 12 212 254 136 24 0 41 301 131 44
Binary 1010 10001010 10101100 1011110 10100 0 100001 11000001 1011001 100100

Color Harmonies of #0A8AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A8AAC

Black with #0A8AAC

Text Example


Text Example

White with #0A8AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,138,172); }

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

background-color css

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

 a { background-color: rgb(10,138,172); }

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

border-color css

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

 span { border-color: rgb(10,138,172); }

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