#09A0BF

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

Shades of Pacific Blue #09A0BF

Tints of Pacific Blue #09A0BF

Color information

#09A0BF (or 0x09A0BF) is unknown color: approx Pacific Blue. HEX triplet: 09, A0 and BF. RGB value is (9,160,191). Sum of RGB (Red+Green+Blue) = 9+160+191=360 (47% of max value = 765). Red value is 9 (3.91% from 255 or 2.5% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #09A0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A0BF is #F65F40. Grayscale: #767676. Windows color (decimal): -16146241 or 12558345. OLE color: 12558345.

HSL color Cylindrical-coordinate representation of color #09A0BF: hue angle of 190.22º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A0BF is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9160191-
CMYK0.950.1600.25
HSL190.22º91%39.22%-
HSV(B)190.22º95.29%74.9%-
XYZ22.0928.9653.72-
YUV118.38168.9749.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.5%
GREEN value IS 160 (62.89% from 255) = 44.44%
BLUE value IS 191 (75% from 255) = 53.06%
R=2.5%
G=44.44%
B=53.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91601910.950.1600.25190.229139.22
Hex9A0BF5F10019be5b27
Octal112402771372003127613347
Binary10011010000010111111101111110000011001101111101011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09A0BF; }

 p { color: rgb(9,160,191); }

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

<style>
 a { background-color: #09A0BF; }

 a { background-color: rgb(9,160,191); }

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

<style>
 span { border-color: #09A0BF; }

 span { border-color: rgb(9,160,191); }

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