#09A4DB

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

Shades of Pacific Blue #09A4DB

Tints of Pacific Blue #09A4DB

Color information

#09A4DB (or 0x09A4DB) is unknown color: approx Pacific Blue. HEX triplet: 09, A4 and DB. RGB value is (9,164,219). Sum of RGB (Red+Green+Blue) = 9+164+219=392 (51% of max value = 765). Red value is 9 (3.91% from 255 or 2.30% from 392); Green value is 164 (64.45% from 255 or 41.84% from 392); Blue value is 219 (85.94% from 255 or 55.87% from 392); Max value from RGB is 219 - color contains mainly: blue. Hex color #09A4DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A4DB is #F65B24. Grayscale: #7B7B7B. Windows color (decimal): -16145189 or 14394377. OLE color: 14394377.

HSL color Cylindrical-coordinate representation of color #09A4DB: hue angle of 195.71º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A4DB is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9164219-
CMYK0.960.2500.14
HSL195.71º92.11%44.71%-
HSV(B)195.71º95.89%85.88%-
XYZ26.1731.7271.76-
YUV123.93181.6546.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.30%
GREEN value IS 164 (64.45% from 255) = 41.84%
BLUE value IS 219 (85.94% from 255) = 55.87%
R=2.30%
G=41.84%
B=55.87%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal91642190.960.2500.14195.7192.1144.71
Hex9A4DB60190Ec45c2d
Octal112443331403101630413455
Binary1001101001001101101111000001100101110110001001011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,164,219); }

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

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

 a { background-color: rgb(9,164,219); }

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

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

 span { border-color: rgb(9,164,219); }

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