#09A2D4

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

Shades of Pacific Blue #09A2D4

Tints of Pacific Blue #09A2D4

Color information

#09A2D4 (or 0x09A2D4) is unknown color: approx Pacific Blue. HEX triplet: 09, A2 and D4. RGB value is (9,162,212). Sum of RGB (Red+Green+Blue) = 9+162+212=383 (50% of max value = 765). Red value is 9 (3.91% from 255 or 2.35% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 212 (83.20% from 255 or 55.35% from 383); Max value from RGB is 212 - color contains mainly: blue. Hex color #09A2D4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #09A2D4 is #F65D2B. Grayscale: #797979. Windows color (decimal): -16145708 or 13935113. OLE color: 13935113.

HSL color Cylindrical-coordinate representation of color #09A2D4: hue angle of 194.78º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09A2D4 is Cyan = 0.96, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB9162212-
CMYK0.960.2400.17
HSL194.78º91.86%43.33%-
HSV(B)194.78º95.75%83.14%-
XYZ24.9230.6566.89-
YUV121.95178.8147.43-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.35%
GREEN value IS 162 (63.67% from 255) = 42.30%
BLUE value IS 212 (83.20% from 255) = 55.35%
R=2.35%
G=42.30%
B=55.35%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal91622120.960.2400.17194.7891.8643.33
Hex9A2D46018011c35c2b
Octal112423241403002130313453
Binary10011010001011010100110000011000010001110000111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,162,212); }

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

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

 a { background-color: rgb(9,162,212); }

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

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

 span { border-color: rgb(9,162,212); }

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