Html Css Color HEX #079ABD Pacific Blue

📋 copy color: '#079ABD'

red 7 ◦ green 154 ◦ blue 189

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

Shades of Pacific Blue #079ABD

Tints of Pacific Blue #079ABD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44%

 BLUE value IS 189 (74.22% from 255) = 54%

R = 2%
G = 44%
B = 54%

CMYK

 C value IS 0.96

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#079ABD (or 0x079ABD) is known color: Pacific Blue. HEX triplet: 07, 9A and BD. RGB value is (7,154,189). Sum of RGB (Red+Green+Blue) = 7+154+189=350 (46% of max value = 765). Red value is 7 (3.12% from 255 or 2% from 350); Green value is 154 (60.55% from 255 or 44% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #079ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ABD is #F86542. Grayscale: #717171. Windows color (decimal): -16278851 or 12425735. OLE color: 12425735.

HSL color Cylindrical-coordinate representation of color #079ABD: hue angle of 191.54º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #079ABD is Cyan = 0.96, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 154 189 -
CMYK 0.96 0.19 0 0.26
HSL 191.54º 0.93% 0.38% -
HSV(B) 191.54º 0.96% 0.74% -
XYZ 20.83 26.83 52.23 -
YUV 114.04 170.3 51.65 -
System Red Green Blue C M Y K H S L
Decimal 7 154 189 0.96 0.19 0 0.26 191.54 0.93 0.38
Hex 7 9A BD 60 13 0 1A C0 5D 26
Octal 7 232 275 140 23 0 32 300 135 46
Binary 111 10011010 10111101 1100000 10011 0 11010 11000000 1011101 100110

Color Harmonies of #079ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079ABD

Black with #079ABD

Text Example


Text Example

White with #079ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #079ABD; }

 p { color: rgb(7,154,189); }

 H1.HeaderClassName
 {
   color: #079ABD;
 }
 .AnyTagClassName
 {
   color: #079ABD;
 }
</style>

background-color css

<style>
 a { background-color: #079ABD; }

 a { background-color: rgb(7,154,189); }

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

border-color css

<style>
 span { border-color: #079ABD; }

 span { border-color: rgb(7,154,189); }

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