#0097cf

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

Shades of Pacific Blue #0097CF

Tints of Pacific Blue #0097CF

Color information

#0097CF (or 0x0097CF) is unknown color: approx Pacific Blue. HEX triplet: 00, 97 and CF. RGB value is (0,151,207). Sum of RGB (Red+Green+Blue) = 0+151+207=358 (47% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 207 (81.25% from 255 or 57.82% from 358); Max value from RGB is 207 - color contains mainly: blue. Hex color #0097CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0097CF is #FF6830. Grayscale: #6F6F6F. Windows color (decimal): -16738353 or 13604608. OLE color: 13604608.

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

Color convert

RGB0151207-
CMYK10.2700.19
HSL196.23º100%40.59%-
HSV(B)196.23º100%81.18%-
XYZ22.3326.6463-
YUV112.24181.4747.95-

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) = 42.18%
BLUE value IS 207 (81.25% from 255) = 57.82%
R=0%
G=42.18%
B=57.82%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal015120710.2700.19196.2310040.59
Hex097CF641B013c46429
Octal02273171443302330414451
Binary01001011111001111110010011011010011110001001100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0097cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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