#078ED3

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

Shades of Pacific Blue #078ED3

Tints of Pacific Blue #078ED3

Color information

#078ED3 (or 0x078ED3) is unknown color: approx Pacific Blue. HEX triplet: 07, 8E and D3. RGB value is (7,142,211). Sum of RGB (Red+Green+Blue) = 7+142+211=360 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.94% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 211 (82.81% from 255 or 58.61% from 360); Max value from RGB is 211 - color contains mainly: blue. Hex color #078ED3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #078ED3 is #F8712C. Grayscale: #6D6D6D. Windows color (decimal): -16281901 or 13864455. OLE color: 13864455.

HSL color Cylindrical-coordinate representation of color #078ED3: hue angle of 200.29º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #078ED3 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB7142211-
CMYK0.970.3300.17
HSL200.29º93.58%42.75%-
HSV(B)200.29º96.68%82.75%-
XYZ21.5224.0965.14-
YUV109.5185.2754.89-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.94%
GREEN value IS 142 (55.86% from 255) = 39.44%
BLUE value IS 211 (82.81% from 255) = 58.61%
R=1.94%
G=39.44%
B=58.61%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal71422110.970.3300.17200.2993.5842.75
Hex78ED36121011c85e2b
Octal72163231414102131013653
Binary11110001110110100111100001100001010001110010001011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #078ED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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