#0797D7

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

Shades of Pacific Blue #0797D7

Tints of Pacific Blue #0797D7

Color information

#0797D7 (or 0x0797D7) is unknown color: approx Pacific Blue. HEX triplet: 07, 97 and D7. RGB value is (7,151,215). Sum of RGB (Red+Green+Blue) = 7+151+215=373 (49% of max value = 765). Red value is 7 (3.12% from 255 or 1.88% from 373); Green value is 151 (59.38% from 255 or 40.48% from 373); Blue value is 215 (84.38% from 255 or 57.64% from 373); Max value from RGB is 215 - color contains mainly: blue. Hex color #0797D7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0797D7 is #F86828. Grayscale: #727272. Windows color (decimal): -16279593 or 14128903. OLE color: 14128903.

HSL color Cylindrical-coordinate representation of color #0797D7: hue angle of 198.46º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0797D7 is Cyan = 0.97, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7151215-
CMYK0.970.3000.16
HSL198.46º93.69%43.53%-
HSV(B)198.46º96.74%84.31%-
XYZ23.4227.0868.28-
YUV115.24184.2950.8-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.88%
GREEN value IS 151 (59.38% from 255) = 40.48%
BLUE value IS 215 (84.38% from 255) = 57.64%
R=1.88%
G=40.48%
B=57.64%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71512150.970.3000.16198.4693.6943.53
Hex797D7611E010c65e2c
Octal72273271413602030613654
Binary1111001011111010111110000111110010000110001101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0797D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0797D7; }

 p { color: rgb(7,151,215); }

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

<style>
 a { background-color: #0797D7; }

 a { background-color: rgb(7,151,215); }

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

<style>
 span { border-color: #0797D7; }

 span { border-color: rgb(7,151,215); }

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