#0AA4CF

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

Shades of Pacific Blue #0AA4CF

Tints of Pacific Blue #0AA4CF

Color information

#0AA4CF (or 0x0AA4CF) is unknown color: approx Pacific Blue. HEX triplet: 0A, A4 and CF. RGB value is (10,164,207). Sum of RGB (Red+Green+Blue) = 10+164+207=381 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 207 (81.25% from 255 or 54.33% from 381); Max value from RGB is 207 - color contains mainly: blue. Hex color #0AA4CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA4CF is #F55B30. Grayscale: #7A7A7A. Windows color (decimal): -16079665 or 13607946. OLE color: 13607946.

HSL color Cylindrical-coordinate representation of color #0AA4CF: hue angle of 193.1º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA4CF is Cyan = 0.95, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10164207-
CMYK0.950.2100.19
HSL193.1º90.78%42.55%-
HSV(B)193.1º95.17%81.18%-
XYZ24.6631.1263.74-
YUV122.86175.4847.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.62%
GREEN value IS 164 (64.45% from 255) = 43.04%
BLUE value IS 207 (81.25% from 255) = 54.33%
R=2.62%
G=43.04%
B=54.33%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal101642070.950.2100.19193.190.7842.55
HexAA4CF5F15013c15b2b
Octal122443171372502330113353
Binary10101010010011001111101111110101010011110000011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA4CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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