#0AA0BF

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

Shades of Pacific Blue #0AA0BF

Tints of Pacific Blue #0AA0BF

Color information

#0AA0BF (or 0x0AA0BF) is unknown color: approx Pacific Blue. HEX triplet: 0A, A0 and BF. RGB value is (10,160,191). Sum of RGB (Red+Green+Blue) = 10+160+191=361 (47% of max value = 765). Red value is 10 (4.30% from 255 or 2.77% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 191 (75% from 255 or 52.91% from 361); Max value from RGB is 191 - color contains mainly: blue. Hex color #0AA0BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0AA0BF is #F55F40. Grayscale: #767676. Windows color (decimal): -16080705 or 12558346. OLE color: 12558346.

HSL color Cylindrical-coordinate representation of color #0AA0BF: hue angle of 190.28º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AA0BF is Cyan = 0.95, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB10160191-
CMYK0.950.1600.25
HSL190.28º90.05%39.41%-
HSV(B)190.28º94.76%74.9%-
XYZ22.128.9753.72-
YUV118.68168.850.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.77%
GREEN value IS 160 (62.89% from 255) = 44.32%
BLUE value IS 191 (75% from 255) = 52.91%
R=2.77%
G=44.32%
B=52.91%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101601910.950.1600.25190.2890.0539.41
HexAA0BF5F10019be5a27
Octal122402771372003127613247
Binary10101010000010111111101111110000011001101111101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AA0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,160,191); }

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

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

 a { background-color: rgb(10,160,191); }

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

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

 span { border-color: rgb(10,160,191); }

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