#009FBE

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

Shades of Pacific Blue #009FBE

Tints of Pacific Blue #009FBE

Color information

#009FBE (or 0x009FBE) is unknown color: approx Pacific Blue. HEX triplet: 00, 9F and BE. RGB value is (0,159,190). Sum of RGB (Red+Green+Blue) = 0+159+190=349 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #009FBE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FBE is #FF6041. Grayscale: #727272. Windows color (decimal): -16736322 or 12492544. OLE color: 12492544.

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

Color convert

RGB0159190-
CMYK10.1600.25
HSL189.79º100%37.25%-
HSV(B)189.79º100%74.51%-
XYZ21.6928.5153.08-
YUV114.99170.3245.98-

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.56%
BLUE value IS 190 (74.61% from 255) = 54.44%
R=0%
G=45.56%
B=54.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal015919010.1600.25189.7910037.25
Hex09FBE6410019be6425
Octal02372761442003127614445
Binary01001111110111110110010010000011001101111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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