#0097BF

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

Shades of Pacific Blue #0097BF

Tints of Pacific Blue #0097BF

Color information

#0097BF (or 0x0097BF) is unknown color: approx Pacific Blue. HEX triplet: 00, 97 and BF. RGB value is (0,151,191). Sum of RGB (Red+Green+Blue) = 0+151+191=342 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 342); Green value is 151 (59.38% from 255 or 44.15% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #0097BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0097BF is #FF6840. Grayscale: #6E6E6E. Windows color (decimal): -16738369 or 12556032. OLE color: 12556032.

HSL color Cylindrical-coordinate representation of color #0097BF: hue angle of 192.57º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0097BF is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0151191-
CMYK10.2100.25
HSL192.57º100%37.45%-
HSV(B)192.57º100%74.9%-
XYZ20.4725.8953.21-
YUV110.41173.4749.25-

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) = 44.15%
BLUE value IS 191 (75% from 255) = 55.85%
R=0%
G=44.15%
B=55.85%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal015119110.2100.25192.5710037.45
Hex097BF6415019c16425
Octal02272771442503130114445
Binary01001011110111111110010010101011001110000011100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0097BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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