Html Css Color HEX #078F9E Eastern Blue

📋 copy color: '#078F9E'

red 7 ◦ green 143 ◦ blue 158

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

Shades of Eastern Blue #078F9E

Tints of Eastern Blue #078F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.3%

R = 2.27%
G = 46.43%
B = 51.3%

CMYK

 C value IS 0.96

 M value IS 0.09

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#078F9E (or 0x078F9E) is known color: Eastern Blue. HEX triplet: 07, 8F and 9E. RGB value is (7,143,158). Sum of RGB (Red+Green+Blue) = 7+143+158=308 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.27% from 308); Green value is 143 (56.25% from 255 or 46.43% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #078F9E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078F9E is #F87061. Grayscale: #676767. Windows color (decimal): -16281698 or 10391303. OLE color: 10391303.

HSL color Cylindrical-coordinate representation of color #078F9E: hue angle of 185.96º degrees, saturation: 0.92, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078F9E is Cyan = 0.96, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 7 143 158 -
CMYK 0.96 0.09 0 0.38
HSL 185.96º 0.92% 0.32% -
HSV(B) 185.96º 0.96% 0.62% -
XYZ 16.08 22.16 35.78 -
YUV 104.05 158.44 58.78 -
System Red Green Blue C M Y K H S L
Decimal 7 143 158 0.96 0.09 0 0.38 185.96 0.92 0.32
Hex 7 8F 9E 60 9 0 26 BA 5C 20
Octal 7 217 236 140 11 0 46 272 134 40
Binary 111 10001111 10011110 1100000 1001 0 100110 10111010 1011100 100000

Color Harmonies of #078F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078F9E

Black with #078F9E

Text Example


Text Example

White with #078F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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