#09A6E3

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

Shades of Pacific Blue #09A6E3

Tints of Pacific Blue #09A6E3

Color information

#09A6E3 (or 0x09A6E3) is unknown color: approx Pacific Blue. HEX triplet: 09, A6 and E3. RGB value is (9,166,227). Sum of RGB (Red+Green+Blue) = 9+166+227=402 (53% of max value = 765). Red value is 9 (3.91% from 255 or 2.24% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 227 (89.06% from 255 or 56.47% from 402); Max value from RGB is 227 - color contains mainly: blue. Hex color #09A6E3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A6E3 is #F6591C. Grayscale: #7D7D7D. Windows color (decimal): -16144669 or 14919177. OLE color: 14919177.

HSL color Cylindrical-coordinate representation of color #09A6E3: hue angle of 196.79º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A6E3 is Cyan = 0.96, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB9166227-
CMYK0.960.2700.11
HSL196.79º92.37%46.27%-
HSV(B)196.79º96.04%89.02%-
XYZ27.6132.8877.56-
YUV126.01184.9944.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.24%
GREEN value IS 166 (65.23% from 255) = 41.29%
BLUE value IS 227 (89.06% from 255) = 56.47%
R=2.24%
G=41.29%
B=56.47%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal91662270.960.2700.11196.7992.3746.27
Hex9A6E3601B0Bc55c2e
Octal112463431403301330513456
Binary1001101001101110001111000001101101011110001011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A6E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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