Html Css Color HEX #078C98 Eastern Blue

📋 copy color: '#078C98'

red 7 ◦ green 140 ◦ blue 152

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

Shades of Eastern Blue #078C98

Tints of Eastern Blue #078C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 50.84%

R = 2.34%
G = 46.82%
B = 50.84%

CMYK

 C value IS 0.95

 M value IS 0.08

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#078C98 (or 0x078C98) is known color: Eastern Blue. HEX triplet: 07, 8C and 98. RGB value is (7,140,152). Sum of RGB (Red+Green+Blue) = 7+140+152=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 152 (59.77% from 255 or 50.84% from 299); Max value from RGB is 152 - color contains mainly: blue. Hex color #078C98 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078C98 is #F87367. Grayscale: #656565. Windows color (decimal): -16282472 or 9997319. OLE color: 9997319.

HSL color Cylindrical-coordinate representation of color #078C98: hue angle of 184.97º 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 #078C98 is Cyan = 0.95, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 7 140 152 -
CMYK 0.95 0.08 0 0.40
HSL 184.97º 0.91% 0.31% -
HSV(B) 184.97º 0.95% 0.6% -
XYZ 15.13 21.07 32.97 -
YUV 101.6 156.44 60.52 -
System Red Green Blue C M Y K H S L
Decimal 7 140 152 0.95 0.08 0 0.40 184.97 0.91 0.31
Hex 7 8C 98 5F 8 0 28 B9 5B 1F
Octal 7 214 230 137 10 0 50 271 133 37
Binary 111 10001100 10011000 1011111 1000 0 101000 10111001 1011011 11111

Color Harmonies of #078C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078C98

Black with #078C98

Text Example


Text Example

White with #078C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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