Html Css Color HEX #078F9A Eastern Blue

📋 copy color: '#078F9A'

red 7 ◦ green 143 ◦ blue 154

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

Shades of Eastern Blue #078F9A

Tints of Eastern Blue #078F9A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 47.04%

 BLUE value IS 154 (60.55% from 255) = 50.66%

R = 2.3%
G = 47.04%
B = 50.66%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#078F9A (or 0x078F9A) is known color: Eastern Blue. HEX triplet: 07, 8F and 9A. RGB value is (7,143,154). Sum of RGB (Red+Green+Blue) = 7+143+154=304 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 304); Green value is 143 (56.25% from 255 or 47.04% from 304); Blue value is 154 (60.55% from 255 or 50.66% from 304); Max value from RGB is 154 - color contains mainly: blue. Hex color #078F9A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078F9A is #F87065. Grayscale: #676767. Windows color (decimal): -16281702 or 10129159. OLE color: 10129159.

HSL color Cylindrical-coordinate representation of color #078F9A: hue angle of 184.49º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078F9A is Cyan = 0.95, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 7 143 154 -
CMYK 0.95 0.07 0 0.40
HSL 184.49º 0.91% 0.32% -
HSV(B) 184.49º 0.95% 0.6% -
XYZ 15.74 22.02 33.99 -
YUV 103.59 156.44 59.11 -
System Red Green Blue C M Y K H S L
Decimal 7 143 154 0.95 0.07 0 0.40 184.49 0.91 0.32
Hex 7 8F 9A 5F 7 0 28 B8 5B 20
Octal 7 217 232 137 7 0 50 270 133 40
Binary 111 10001111 10011010 1011111 111 0 101000 10111000 1011011 100000

Color Harmonies of #078F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078F9A

Black with #078F9A

Text Example


Text Example

White with #078F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,143,154); }

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

background-color css

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

 a { background-color: rgb(7,143,154); }

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

border-color css

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

 span { border-color: rgb(7,143,154); }

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