#078EE2

Color #078EE2 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #078EE2

Tints of Pacific Blue #078EE2

Color information

#078EE2 (or 0x078EE2) is unknown color: approx Pacific Blue. HEX triplet: 07, 8E and E2. RGB value is (7,142,226). Sum of RGB (Red+Green+Blue) = 7+142+226=375 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.87% from 375); Green value is 142 (55.86% from 255 or 37.87% from 375); Blue value is 226 (88.67% from 255 or 60.27% from 375); Max value from RGB is 226 - color contains mainly: blue. Hex color #078EE2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078EE2 is #F8711D. Grayscale: #6E6E6E. Windows color (decimal): -16281886 or 14847495. OLE color: 14847495.

HSL color Cylindrical-coordinate representation of color #078EE2: hue angle of 203.01º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078EE2 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB7142226-
CMYK0.970.3700.11
HSL203.01º93.99%45.69%-
HSV(B)203.01º96.9%88.63%-
XYZ23.4924.8875.52-
YUV111.21192.7753.67-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.87%
GREEN value IS 142 (55.86% from 255) = 37.87%
BLUE value IS 226 (88.67% from 255) = 60.27%
R=1.87%
G=37.87%
B=60.27%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal71422260.970.3700.11203.0193.9945.69
Hex78EE261250Bcb5e2e
Octal72163421414501331313656
Binary1111000111011100010110000110010101011110010111011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078EE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #078EE2; }

 p { color: rgb(7,142,226); }

 H1.HeaderClassName
 {
   color: #078EE2;
 }
 .AnyTagClassName
 {
   color: #078EE2;
 }
</style>
background-color css

<style>
 a { background-color: #078EE2; }

 a { background-color: rgb(7,142,226); }

 div.DivClassName
 {
   background-color: #078EE2;
 }
 .BgClassName
 {
   background-color: #078EE2;
 }
</style>
border-color css

<style>
 span { border-color: #078EE2; }

 span { border-color: rgb(7,142,226); }

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