#009FBF

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

Shades of Pacific Blue #009FBF

Tints of Pacific Blue #009FBF

Color information

#009FBF (or 0x009FBF) is unknown color: approx Pacific Blue. HEX triplet: 00, 9F and BF. RGB value is (0,159,191). Sum of RGB (Red+Green+Blue) = 0+159+191=350 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 350); Green value is 159 (62.5% from 255 or 45.43% from 350); Blue value is 191 (75% from 255 or 54.57% from 350); Max value from RGB is 191 - color contains mainly: blue. Hex color #009FBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FBF is #FF6040. Grayscale: #727272. Windows color (decimal): -16736321 or 12558080. OLE color: 12558080.

HSL color Cylindrical-coordinate representation of color #009FBF: hue angle of 190.05º 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 #009FBF is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB0159191-
CMYK10.1700.25
HSL190.05º100%37.45%-
HSV(B)190.05º100%74.9%-
XYZ21.828.5653.65-
YUV115.11170.8245.9-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 159 (62.5% from 255) = 45.43%
BLUE value IS 191 (75% from 255) = 54.57%
R=0%
G=45.43%
B=54.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal015919110.1700.25190.0510037.45
Hex09FBF6411019be6425
Octal02372771442103127614445
Binary01001111110111111110010010001011001101111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009FBF; }

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

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

<style>
 a { background-color: #009FBF; }

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

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

<style>
 span { border-color: #009FBF; }

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

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