Html Css Color HEX #078BAB Eastern Blue

📋 copy color: '#078BAB'

red 7 ◦ green 139 ◦ blue 171

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

Shades of Eastern Blue #078BAB

Tints of Eastern Blue #078BAB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.85%

 BLUE value IS 171 (67.19% from 255) = 53.94%

R = 2.21%
G = 43.85%
B = 53.94%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#078BAB (or 0x078BAB) is known color: Eastern Blue. HEX triplet: 07, 8B and AB. RGB value is (7,139,171). Sum of RGB (Red+Green+Blue) = 7+139+171=317 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.21% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 171 (67.19% from 255 or 53.94% from 317); Max value from RGB is 171 - color contains mainly: blue. Hex color #078BAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078BAB is #F87454. Grayscale: #666666. Windows color (decimal): -16282709 or 11242247. OLE color: 11242247.

HSL color Cylindrical-coordinate representation of color #078BAB: hue angle of 191.71º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #078BAB is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 139 171 -
CMYK 0.96 0.19 0 0.33
HSL 191.71º 0.92% 0.35% -
HSV(B) 191.71º 0.96% 0.67% -
XYZ 16.67 21.45 41.79 -
YUV 103.18 166.27 59.4 -
System Red Green Blue C M Y K H S L
Decimal 7 139 171 0.96 0.19 0 0.33 191.71 0.92 0.35
Hex 7 8B AB 60 13 0 21 C0 5C 23
Octal 7 213 253 140 23 0 41 300 134 43
Binary 111 10001011 10101011 1100000 10011 0 100001 11000000 1011100 100011

Color Harmonies of #078BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078BAB

Black with #078BAB

Text Example


Text Example

White with #078BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,139,171); }

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

background-color css

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

 a { background-color: rgb(7,139,171); }

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

border-color css

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

 span { border-color: rgb(7,139,171); }

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