Html Css Color HEX #078F99 Eastern Blue

📋 copy color: '#078F99'

red 7 ◦ green 143 ◦ blue 153

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

Shades of Eastern Blue #078F99

Tints of Eastern Blue #078F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 50.5%

R = 2.31%
G = 47.19%
B = 50.5%

CMYK

 C value IS 0.95

 M value IS 0.07

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#078F99 (or 0x078F99) is known color: Eastern Blue. HEX triplet: 07, 8F and 99. RGB value is (7,143,153). Sum of RGB (Red+Green+Blue) = 7+143+153=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 143 (56.25% from 255 or 47.19% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #078F99 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078F99 is #F87066. Grayscale: #676767. Windows color (decimal): -16281703 or 10063623. OLE color: 10063623.

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

Color convert

RGB 7 143 153 -
CMYK 0.95 0.07 0 0.4
HSL 184.11º 0.91% 0.31% -
HSV(B) 184.11º 0.95% 0.6% -
XYZ 15.66 21.99 33.56 -
YUV 103.48 155.94 59.19 -
System Red Green Blue C M Y K H S L
Decimal 7 143 153 0.95 0.07 0 0.4 184.11 0.91 0.31
Hex 7 8F 99 5F 7 0 28 B8 5B 1F
Octal 7 217 231 137 7 0 50 270 133 37
Binary 111 10001111 10011001 1011111 111 0 101000 10111000 1011011 11111

Color Harmonies of #078F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078F99

Black with #078F99

Text Example


Text Example

White with #078F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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