#0597D8

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

Shades of Pacific Blue #0597D8

Tints of Pacific Blue #0597D8

Color information

#0597D8 (or 0x0597D8) is unknown color: approx Pacific Blue. HEX triplet: 05, 97 and D8. RGB value is (5,151,216). Sum of RGB (Red+Green+Blue) = 5+151+216=372 (49% of max value = 765). Red value is 5 (2.34% from 255 or 1.34% from 372); Green value is 151 (59.38% from 255 or 40.59% from 372); Blue value is 216 (84.77% from 255 or 58.06% from 372); Max value from RGB is 216 - color contains mainly: blue. Hex color #0597D8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0597D8 is #FA6827. Grayscale: #727272. Windows color (decimal): -16410664 or 14194437. OLE color: 14194437.

HSL color Cylindrical-coordinate representation of color #0597D8: hue angle of 198.48º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0597D8 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB5151216-
CMYK0.980.3000.15
HSL198.48º95.48%43.33%-
HSV(B)198.48º97.69%84.71%-
XYZ23.5227.1268.96-
YUV114.76185.1349.71-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.34%
GREEN value IS 151 (59.38% from 255) = 40.59%
BLUE value IS 216 (84.77% from 255) = 58.06%
R=1.34%
G=40.59%
B=58.06%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51512160.980.3000.15198.4895.4843.33
Hex597D8621E0Fc65f2b
Octal52273301423601730613753
Binary101100101111101100011000101111001111110001101011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0597D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0597D8; }

 p { color: rgb(5,151,216); }

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

<style>
 a { background-color: #0597D8; }

 a { background-color: rgb(5,151,216); }

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

<style>
 span { border-color: #0597D8; }

 span { border-color: rgb(5,151,216); }

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