#0AA5CF

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

Shades of Pacific Blue #0AA5CF

Tints of Pacific Blue #0AA5CF

Color information

#0AA5CF (or 0x0AA5CF) is unknown color: approx Pacific Blue. HEX triplet: 0A, A5 and CF. RGB value is (10,165,207). Sum of RGB (Red+Green+Blue) = 10+165+207=382 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.62% from 382); Green value is 165 (64.84% from 255 or 43.19% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #0AA5CF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA5CF is #F55A30. Grayscale: #7B7B7B. Windows color (decimal): -16079409 or 13608202. OLE color: 13608202.

HSL color Cylindrical-coordinate representation of color #0AA5CF: hue angle of 192.79º 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 #0AA5CF is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10165207-
CMYK0.950.2000.19
HSL192.79º90.78%42.55%-
HSV(B)192.79º95.17%81.18%-
XYZ24.8431.4863.8-
YUV123.44175.1547.08-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.62%
GREEN value IS 165 (64.84% from 255) = 43.19%
BLUE value IS 207 (81.25% from 255) = 54.19%
R=2.62%
G=43.19%
B=54.19%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal101652070.950.2000.19192.7990.7842.55
HexAA5CF5F14013c15b2b
Octal122453171372402330113353
Binary10101010010111001111101111110100010011110000011011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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