Html Css Color HEX #079ADD Pacific Blue

📋 copy color: '#079ADD'

red 7 ◦ green 154 ◦ blue 221

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

Shades of Pacific Blue #079ADD

Tints of Pacific Blue #079ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 57.85%

R = 1.83%
G = 40.31%
B = 57.85%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#079ADD (or 0x079ADD) is known color: Pacific Blue. HEX triplet: 07, 9A and DD. RGB value is (7,154,221). Sum of RGB (Red+Green+Blue) = 7+154+221=382 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 382); Green value is 154 (60.55% from 255 or 40.31% from 382); Blue value is 221 (86.72% from 255 or 57.85% from 382); Max value from RGB is 221 - color contains mainly: blue. Hex color #079ADD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ADD is #F86522. Grayscale: #757575. Windows color (decimal): -16278819 or 14522887. OLE color: 14522887.

HSL color Cylindrical-coordinate representation of color #079ADD: hue angle of 198.79º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #079ADD is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 154 221 -
CMYK 0.97 0.30 0 0.13
HSL 198.79º 0.94% 0.45% -
HSV(B) 198.79º 0.97% 0.87% -
XYZ 24.69 28.38 72.58 -
YUV 117.69 186.3 49.05 -
System Red Green Blue C M Y K H S L
Decimal 7 154 221 0.97 0.30 0 0.13 198.79 0.94 0.45
Hex 7 9A DD 61 1E 0 D C7 5E 2D
Octal 7 232 335 141 36 0 15 307 136 55
Binary 111 10011010 11011101 1100001 11110 0 1101 11000111 1011110 101101

Color Harmonies of #079ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079ADD

Black with #079ADD

Text Example


Text Example

White with #079ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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