#0097D3

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

Shades of Pacific Blue #0097D3

Tints of Pacific Blue #0097D3

Color information

#0097D3 (or 0x0097D3) is unknown color: approx Pacific Blue. HEX triplet: 00, 97 and D3. RGB value is (0,151,211). Sum of RGB (Red+Green+Blue) = 0+151+211=362 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 362); Green value is 151 (59.38% from 255 or 41.71% from 362); Blue value is 211 (82.81% from 255 or 58.29% from 362); Max value from RGB is 211 - color contains mainly: blue. Hex color #0097D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0097D3 is #FF682C. Grayscale: #707070. Windows color (decimal): -16738349 or 13866752. OLE color: 13866752.

HSL color Cylindrical-coordinate representation of color #0097D3: hue angle of 197.06º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0097D3 is Cyan = 1, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB0151211-
CMYK10.2800.17
HSL197.06º100%41.37%-
HSV(B)197.06º100%82.75%-
XYZ22.8226.8465.6-
YUV112.69183.4747.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 151 (59.38% from 255) = 41.71%
BLUE value IS 211 (82.81% from 255) = 58.29%
R=0%
G=41.71%
B=58.29%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal015121110.2800.17197.0610041.37
Hex097D3641C011c56429
Octal02273231443402130514451
Binary01001011111010011110010011100010001110001011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0097D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0097D3; }

 p { color: rgb(0,151,211); }

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

<style>
 a { background-color: #0097D3; }

 a { background-color: rgb(0,151,211); }

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

<style>
 span { border-color: #0097D3; }

 span { border-color: rgb(0,151,211); }

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