Html Css Color HEX #078F9B Eastern Blue

📋 copy color: '#078F9B'

red 7 ◦ green 143 ◦ blue 155

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

Shades of Eastern Blue #078F9B

Tints of Eastern Blue #078F9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 50.82%

R = 2.3%
G = 46.89%
B = 50.82%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#078F9B (or 0x078F9B) is known color: Eastern Blue. HEX triplet: 07, 8F and 9B. RGB value is (7,143,155). Sum of RGB (Red+Green+Blue) = 7+143+155=305 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.30% from 305); Green value is 143 (56.25% from 255 or 46.89% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #078F9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078F9B is #F87064. Grayscale: #676767. Windows color (decimal): -16281701 or 10194695. OLE color: 10194695.

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

Color convert

RGB 7 143 155 -
CMYK 0.95 0.08 0 0.39
HSL 184.86º 0.91% 0.32% -
HSV(B) 184.86º 0.95% 0.61% -
XYZ 15.83 22.06 34.43 -
YUV 103.7 156.94 59.02 -
System Red Green Blue C M Y K H S L
Decimal 7 143 155 0.95 0.08 0 0.39 184.86 0.91 0.32
Hex 7 8F 9B 5F 8 0 27 B9 5B 20
Octal 7 217 233 137 10 0 47 271 133 40
Binary 111 10001111 10011011 1011111 1000 0 100111 10111001 1011011 100000

Color Harmonies of #078F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078F9B

Black with #078F9B

Text Example


Text Example

White with #078F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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