#09A6C0

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

Shades of Pacific Blue #09A6C0

Tints of Pacific Blue #09A6C0

Color information

#09A6C0 (or 0x09A6C0) is unknown color: approx Pacific Blue. HEX triplet: 09, A6 and C0. RGB value is (9,166,192). Sum of RGB (Red+Green+Blue) = 9+166+192=367 (48% of max value = 765). Red value is 9 (3.91% from 255 or 2.45% from 367); Green value is 166 (65.23% from 255 or 45.23% from 367); Blue value is 192 (75.39% from 255 or 52.32% from 367); Max value from RGB is 192 - color contains mainly: blue. Hex color #09A6C0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A6C0 is #F6593F. Grayscale: #797979. Windows color (decimal): -16144704 or 12625417. OLE color: 12625417.

HSL color Cylindrical-coordinate representation of color #09A6C0: hue angle of 188.52º 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 #09A6C0 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9166192-
CMYK0.950.1400.25
HSL188.52º91.04%39.41%-
HSV(B)188.52º95.31%75.29%-
XYZ23.2631.1454.65-
YUV122.02167.4947.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.45%
GREEN value IS 166 (65.23% from 255) = 45.23%
BLUE value IS 192 (75.39% from 255) = 52.32%
R=2.45%
G=45.23%
B=52.32%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal91661920.950.1400.25188.5291.0439.41
Hex9A6C05FE019bd5b27
Octal112463001371603127513347
Binary1001101001101100000010111111110011001101111011011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,166,192); }

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

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

 a { background-color: rgb(9,166,192); }

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

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

 span { border-color: rgb(9,166,192); }

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