Html Css Color HEX #079ACD Pacific Blue

📋 copy color: '#079ACD'

red 7 ◦ green 154 ◦ blue 205

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

Shades of Pacific Blue #079ACD

Tints of Pacific Blue #079ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 56.01%

R = 1.91%
G = 42.08%
B = 56.01%

CMYK

 C value IS 0.97

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#079ACD (or 0x079ACD) is known color: Pacific Blue. HEX triplet: 07, 9A and CD. RGB value is (7,154,205). Sum of RGB (Red+Green+Blue) = 7+154+205=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 154 (60.55% from 255 or 42.08% from 366); Blue value is 205 (80.47% from 255 or 56.01% from 366); Max value from RGB is 205 - color contains mainly: blue. Hex color #079ACD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ACD is #F86532. Grayscale: #737373. Windows color (decimal): -16278835 or 13474311. OLE color: 13474311.

HSL color Cylindrical-coordinate representation of color #079ACD: hue angle of 195.45º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079ACD is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 7 154 205 -
CMYK 0.97 0.25 0 0.20
HSL 195.45º 0.93% 0.42% -
HSV(B) 195.45º 0.97% 0.8% -
XYZ 22.66 27.56 61.88 -
YUV 115.86 178.3 50.35 -
System Red Green Blue C M Y K H S L
Decimal 7 154 205 0.97 0.25 0 0.20 195.45 0.93 0.42
Hex 7 9A CD 61 19 0 14 C3 5D 2A
Octal 7 232 315 141 31 0 24 303 135 52
Binary 111 10011010 11001101 1100001 11001 0 10100 11000011 1011101 101010

Color Harmonies of #079ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079ACD

Black with #079ACD

Text Example


Text Example

White with #079ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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