#009ABD

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

Shades of Pacific Blue #009ABD

Tints of Pacific Blue #009ABD

Color information

#009ABD (or 0x009ABD) is unknown color: approx Pacific Blue. HEX triplet: 00, 9A and BD. RGB value is (0,154,189). Sum of RGB (Red+Green+Blue) = 0+154+189=343 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #009ABD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009ABD is #FF6542. Grayscale: #6F6F6F. Windows color (decimal): -16737603 or 12425728. OLE color: 12425728.

HSL color Cylindrical-coordinate representation of color #009ABD: hue angle of 191.11º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009ABD is Cyan = 1, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB0154189-
CMYK10.1900.26
HSL191.11º100%37.06%-
HSV(B)191.11º100%74.12%-
XYZ20.7426.7952.22-
YUV111.94171.4848.15-

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.90%
BLUE value IS 189 (74.22% from 255) = 55.10%
R=0%
G=44.90%
B=55.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal015418910.1900.26191.1110037.06
Hex09ABD641301Abf6425
Octal02322751442303227714445
Binary01001101010111101110010010011011010101111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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