Html Css Color HEX #079CCB Pacific Blue

📋 copy color: '#079CCB'

red 7 ◦ green 156 ◦ blue 203

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

Shades of Pacific Blue #079CCB

Tints of Pacific Blue #079CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 42.62%

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

R = 1.91%
G = 42.62%
B = 55.46%

CMYK

 C value IS 0.97

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#079CCB (or 0x079CCB) is known color: Pacific Blue. HEX triplet: 07, 9C and CB. RGB value is (7,156,203). Sum of RGB (Red+Green+Blue) = 7+156+203=366 (48% of max value = 765). Red value is 7 (3.12% from 255 or 1.91% from 366); Green value is 156 (61.33% from 255 or 42.62% from 366); Blue value is 203 (79.69% from 255 or 55.46% from 366); Max value from RGB is 203 - color contains mainly: blue. Hex color #079CCB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #079CCB is #F86334. Grayscale: #747474. Windows color (decimal): -16278325 or 13343751. OLE color: 13343751.

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

Color convert

RGB 7 156 203 -
CMYK 0.97 0.23 0 0.20
HSL 194.39º 0.93% 0.41% -
HSV(B) 194.39º 0.97% 0.8% -
XYZ 22.76 28.13 60.73 -
YUV 116.81 176.64 49.68 -
System Red Green Blue C M Y K H S L
Decimal 7 156 203 0.97 0.23 0 0.20 194.39 0.93 0.41
Hex 7 9C CB 61 17 0 14 C2 5D 29
Octal 7 234 313 141 27 0 24 302 135 51
Binary 111 10011100 11001011 1100001 10111 0 10100 11000010 1011101 101001

Color Harmonies of #079CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #079CCB

Black with #079CCB

Text Example


Text Example

White with #079CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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