Html Css Color HEX #079BDD Pacific Blue

📋 copy color: '#079BDD'

red 7 ◦ green 155 ◦ blue 221

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

Shades of Pacific Blue #079BDD

Tints of Pacific Blue #079BDD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.47%

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

R = 1.83%
G = 40.47%
B = 57.7%

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

#079BDD (or 0x079BDD) is known color: Pacific Blue. HEX triplet: 07, 9B and DD. RGB value is (7,155,221). Sum of RGB (Red+Green+Blue) = 7+155+221=383 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.83% from 383); Green value is 155 (60.94% from 255 or 40.47% from 383); Blue value is 221 (86.72% from 255 or 57.70% from 383); Max value from RGB is 221 - color contains mainly: blue. Hex color #079BDD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079BDD is #F86422. Grayscale: #757575. Windows color (decimal): -16278563 or 14523143. OLE color: 14523143.

HSL color Cylindrical-coordinate representation of color #079BDD: hue angle of 198.5º 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 #079BDD is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 7 155 221 -
CMYK 0.97 0.30 0 0.13
HSL 198.5º 0.94% 0.45% -
HSV(B) 198.5º 0.97% 0.87% -
XYZ 24.86 28.71 72.64 -
YUV 118.27 185.97 48.63 -
System Red Green Blue C M Y K H S L
Decimal 7 155 221 0.97 0.30 0 0.13 198.5 0.94 0.45
Hex 7 9B DD 61 1E 0 D C7 5E 2D
Octal 7 233 335 141 36 0 15 307 136 55
Binary 111 10011011 11011101 1100001 11110 0 1101 11000111 1011110 101101

Color Harmonies of #079BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079BDD

Black with #079BDD

Text Example


Text Example

White with #079BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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