Html Css Color HEX #078CAA Eastern Blue

📋 copy color: '#078CAA'

red 7 ◦ green 140 ◦ blue 170

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

Shades of Eastern Blue #078CAA

Tints of Eastern Blue #078CAA

RGB

 RED value IS 7 (3.13% from 255) = 2.21%

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

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

R = 2.21%
G = 44.16%
B = 53.63%

CMYK

 C value IS 0.96

 M value IS 0.18

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#078CAA (or 0x078CAA) is known color: Eastern Blue. HEX triplet: 07, 8C and AA. RGB value is (7,140,170). Sum of RGB (Red+Green+Blue) = 7+140+170=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 140 (55.08% from 255 or 44.16% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #078CAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078CAA is #F87355. Grayscale: #676767. Windows color (decimal): -16282454 or 11176967. OLE color: 11176967.

HSL color Cylindrical-coordinate representation of color #078CAA: hue angle of 191.04º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078CAA is Cyan = 0.96, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 140 170 -
CMYK 0.96 0.18 0 0.33
HSL 191.04º 0.92% 0.35% -
HSV(B) 191.04º 0.96% 0.67% -
XYZ 16.72 21.7 41.34 -
YUV 103.65 165.44 59.06 -
System Red Green Blue C M Y K H S L
Decimal 7 140 170 0.96 0.18 0 0.33 191.04 0.92 0.35
Hex 7 8C AA 60 12 0 21 BF 5C 23
Octal 7 214 252 140 22 0 41 277 134 43
Binary 111 10001100 10101010 1100000 10010 0 100001 10111111 1011100 100011

Color Harmonies of #078CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078CAA

Black with #078CAA

Text Example


Text Example

White with #078CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078CAA; }

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

 H1.HeaderClassName
 {
   color: #078CAA;
 }
 .AnyTagClassName
 {
   color: #078CAA;
 }
</style>

background-color css

<style>
 a { background-color: #078CAA; }

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

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

border-color css

<style>
 span { border-color: #078CAA; }

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

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