Html Css Color HEX #079ACB Pacific Blue

📋 copy color: '#079ACB'

red 7 ◦ green 154 ◦ blue 203

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

Shades of Pacific Blue #079ACB

Tints of Pacific Blue #079ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 55.77%

R = 1.92%
G = 42.31%
B = 55.77%

CMYK

 C value IS 0.97

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#079ACB (or 0x079ACB) is known color: Pacific Blue. HEX triplet: 07, 9A and CB. RGB value is (7,154,203). Sum of RGB (Red+Green+Blue) = 7+154+203=364 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.92% from 364); Green value is 154 (60.55% from 255 or 42.31% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #079ACB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ACB is #F86534. Grayscale: #737373. Windows color (decimal): -16278837 or 13343239. OLE color: 13343239.

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

Color convert

RGB 7 154 203 -
CMYK 0.97 0.24 0 0.20
HSL 195º 0.93% 0.41% -
HSV(B) 195º 0.97% 0.8% -
XYZ 22.42 27.47 60.62 -
YUV 115.63 177.3 50.52 -
System Red Green Blue C M Y K H S L
Decimal 7 154 203 0.97 0.24 0 0.20 195 0.93 0.41
Hex 7 9A CB 61 18 0 14 C3 5D 29
Octal 7 232 313 141 30 0 24 303 135 51
Binary 111 10011010 11001011 1100001 11000 0 10100 11000011 1011101 101001

Color Harmonies of #079ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079ACB

Black with #079ACB

Text Example


Text Example

White with #079ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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