#009BBD

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

Shades of Pacific Blue #009BBD

Tints of Pacific Blue #009BBD

Color information

#009BBD (or 0x009BBD) is unknown color: approx Pacific Blue. HEX triplet: 00, 9B and BD. RGB value is (0,155,189). Sum of RGB (Red+Green+Blue) = 0+155+189=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 155 (60.94% from 255 or 45.06% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #009BBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #009BBD is #FF6442. Grayscale: #707070. Windows color (decimal): -16737347 or 12425984. OLE color: 12425984.

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

Color convert

RGB0155189-
CMYK10.1800.26
HSL190.79º100%37.06%-
HSV(B)190.79º100%74.12%-
XYZ20.9127.1252.28-
YUV112.53171.1547.74-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 155 (60.94% from 255) = 45.06%
BLUE value IS 189 (74.22% from 255) = 54.94%
R=0%
G=45.06%
B=54.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal015518910.1800.26190.7910037.06
Hex09BBD641201Abf6425
Octal02332751442203227714445
Binary01001101110111101110010010010011010101111111100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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