#009ABF

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

Shades of Pacific Blue #009ABF

Tints of Pacific Blue #009ABF

Color information

#009ABF (or 0x009ABF) is unknown color: approx Pacific Blue. HEX triplet: 00, 9A and BF. RGB value is (0,154,191). Sum of RGB (Red+Green+Blue) = 0+154+191=345 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #009ABF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ABF is #FF6540. Grayscale: #6F6F6F. Windows color (decimal): -16737601 or 12556800. OLE color: 12556800.

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

Color convert

RGB0154191-
CMYK10.1900.25
HSL191.62º100%37.45%-
HSV(B)191.62º100%74.9%-
XYZ20.9626.8753.37-
YUV112.17172.4847.99-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 154 (60.55% from 255) = 44.64%
BLUE value IS 191 (75% from 255) = 55.36%
R=0%
G=44.64%
B=55.36%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal015419110.1900.25191.6210037.45
Hex09ABF6413019c06425
Octal02322771442303130014445
Binary01001101010111111110010010011011001110000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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