#009FBA

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

Shades of Pacific Blue #009FBA

Tints of Pacific Blue #009FBA

Color information

#009FBA (or 0x009FBA) is unknown color: approx Pacific Blue. HEX triplet: 00, 9F and BA. RGB value is (0,159,186). Sum of RGB (Red+Green+Blue) = 0+159+186=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 186 (73.05% from 255 or 53.91% from 345); Max value from RGB is 186 - color contains mainly: blue. Hex color #009FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009FBA is #FF6045. Grayscale: #727272. Windows color (decimal): -16736326 or 12230400. OLE color: 12230400.

HSL color Cylindrical-coordinate representation of color #009FBA: hue angle of 188.71º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009FBA is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0159186-
CMYK10.1500.27
HSL188.71º100%36.47%-
HSV(B)188.71º100%72.94%-
XYZ21.2628.3450.8-
YUV114.54168.3246.3-

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) = 46.09%
BLUE value IS 186 (73.05% from 255) = 53.91%
R=0%
G=46.09%
B=53.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal015918610.1500.27188.7110036.47
Hex09FBA64F01Bbd6424
Octal02372721441703327514444
Binary0100111111011101011001001111011011101111011100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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