Html Css Color HEX #079ADF Pacific Blue

📋 copy color: '#079ADF'

red 7 ◦ green 154 ◦ blue 223

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

Shades of Pacific Blue #079ADF

Tints of Pacific Blue #079ADF

RGB

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

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

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

R = 1.82%
G = 40.1%
B = 58.07%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#079ADF (or 0x079ADF) is known color: Pacific Blue. HEX triplet: 07, 9A and DF. RGB value is (7,154,223). Sum of RGB (Red+Green+Blue) = 7+154+223=384 (50% of max value = 765). Red value is 7 (3.12% from 255 or 1.82% from 384); Green value is 154 (60.55% from 255 or 40.10% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #079ADF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079ADF is #F86520. Grayscale: #757575. Windows color (decimal): -16278817 or 14653959. OLE color: 14653959.

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

Color convert

RGB 7 154 223 -
CMYK 0.97 0.31 0 0.13
HSL 199.17º 0.94% 0.45% -
HSV(B) 199.17º 0.97% 0.87% -
XYZ 24.96 28.48 73.99 -
YUV 117.91 187.3 48.89 -
System Red Green Blue C M Y K H S L
Decimal 7 154 223 0.97 0.31 0 0.13 199.17 0.94 0.45
Hex 7 9A DF 61 1F 0 D C7 5E 2D
Octal 7 232 337 141 37 0 15 307 136 55
Binary 111 10011010 11011111 1100001 11111 0 1101 11000111 1011110 101101

Color Harmonies of #079ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079ADF

Black with #079ADF

Text Example


Text Example

White with #079ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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