#0AA4D4

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

Shades of Pacific Blue #0AA4D4

Tints of Pacific Blue #0AA4D4

Color information

#0AA4D4 (or 0x0AA4D4) is unknown color: approx Pacific Blue. HEX triplet: 0A, A4 and D4. RGB value is (10,164,212). Sum of RGB (Red+Green+Blue) = 10+164+212=386 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.59% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 212 (83.20% from 255 or 54.92% from 386); Max value from RGB is 212 - color contains mainly: blue. Hex color #0AA4D4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA4D4 is #F55B2B. Grayscale: #7B7B7B. Windows color (decimal): -16079660 or 13935626. OLE color: 13935626.

HSL color Cylindrical-coordinate representation of color #0AA4D4: hue angle of 194.26º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA4D4 is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB10164212-
CMYK0.950.2300.17
HSL194.26º90.99%43.53%-
HSV(B)194.26º95.28%83.14%-
XYZ25.2831.3767.01-
YUV123.43177.9847.1-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.59%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 212 (83.20% from 255) = 54.92%
R=2.59%
G=42.49%
B=54.92%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal101642120.950.2300.17194.2690.9943.53
HexAA4D45F17011c25b2c
Octal122443241372702130213354
Binary10101010010011010100101111110111010001110000101011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AA4D4; }

 p { color: rgb(10,164,212); }

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

<style>
 a { background-color: #0AA4D4; }

 a { background-color: rgb(10,164,212); }

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

<style>
 span { border-color: #0AA4D4; }

 span { border-color: rgb(10,164,212); }

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