Html Css Color HEX #079FDF Pacific Blue

📋 copy color: '#079FDF'

red 7 ◦ green 159 ◦ blue 223

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

Shades of Pacific Blue #079FDF

Tints of Pacific Blue #079FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.87%

 BLUE value IS 223 (87.5% from 255) = 57.33%

R = 1.8%
G = 40.87%
B = 57.33%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#079FDF (or 0x079FDF) is known color: Pacific Blue. HEX triplet: 07, 9F and DF. RGB value is (7,159,223). Sum of RGB (Red+Green+Blue) = 7+159+223=389 (51% of max value = 765). Red value is 7 (3.12% from 255 or 1.80% from 389); Green value is 159 (62.5% from 255 or 40.87% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #079FDF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079FDF is #F86020. Grayscale: #787878. Windows color (decimal): -16277537 or 14655239. OLE color: 14655239.

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

Color convert

RGB 7 159 223 -
CMYK 0.97 0.29 0 0.13
HSL 197.78º 0.94% 0.45% -
HSV(B) 197.78º 0.97% 0.87% -
XYZ 25.81 30.17 74.28 -
YUV 120.85 185.64 46.8 -
System Red Green Blue C M Y K H S L
Decimal 7 159 223 0.97 0.29 0 0.13 197.78 0.94 0.45
Hex 7 9F DF 61 1D 0 D C6 5E 2D
Octal 7 237 337 141 35 0 15 306 136 55
Binary 111 10011111 11011111 1100001 11101 0 1101 11000110 1011110 101101

Color Harmonies of #079FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079FDF

Black with #079FDF

Text Example


Text Example

White with #079FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,159,223); }

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

background-color css

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

 a { background-color: rgb(7,159,223); }

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

border-color css

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

 span { border-color: rgb(7,159,223); }

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