Html Css Color HEX #078AAB Eastern Blue

📋 copy color: '#078AAB'

red 7 ◦ green 138 ◦ blue 171

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

Shades of Eastern Blue #078AAB

Tints of Eastern Blue #078AAB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.67%

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

R = 2.22%
G = 43.67%
B = 54.11%

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

#078AAB (or 0x078AAB) is known color: Eastern Blue. HEX triplet: 07, 8A and AB. RGB value is (7,138,171). Sum of RGB (Red+Green+Blue) = 7+138+171=316 (41% of max value = 765). Red value is 7 (3.12% from 255 or 2.22% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #078AAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #078AAB is #F87554. Grayscale: #666666. Windows color (decimal): -16282965 or 11241991. OLE color: 11241991.

HSL color Cylindrical-coordinate representation of color #078AAB: hue angle of 192.07º 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 #078AAB is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 138 171 -
CMYK 0.96 0.19 0 0.33
HSL 192.07º 0.92% 0.35% -
HSV(B) 192.07º 0.96% 0.67% -
XYZ 16.53 21.16 41.74 -
YUV 102.59 166.6 59.82 -
System Red Green Blue C M Y K H S L
Decimal 7 138 171 0.96 0.19 0 0.33 192.07 0.92 0.35
Hex 7 8A AB 60 13 0 21 C0 5C 23
Octal 7 212 253 140 23 0 41 300 134 43
Binary 111 10001010 10101011 1100000 10011 0 100001 11000000 1011100 100011

Color Harmonies of #078AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078AAB

Black with #078AAB

Text Example


Text Example

White with #078AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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