#00A6BA

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

Shades of Pacific Blue #00A6BA

Tints of Pacific Blue #00A6BA

Color information

#00A6BA (or 0x00A6BA) is unknown color: approx Pacific Blue. HEX triplet: 00, A6 and BA. RGB value is (0,166,186). Sum of RGB (Red+Green+Blue) = 0+166+186=352 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 352); Green value is 166 (65.23% from 255 or 47.16% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #00A6BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A6BA is #FF5945. Grayscale: #767676. Windows color (decimal): -16734534 or 12232192. OLE color: 12232192.

HSL color Cylindrical-coordinate representation of color #00A6BA: hue angle of 186.45º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A6BA is Cyan = 1, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB0166186-
CMYK10.1100.27
HSL186.45º100%36.47%-
HSV(B)186.45º100%72.94%-
XYZ22.530.8251.22-
YUV118.6516643.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 166 (65.23% from 255) = 47.16%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=0%
G=47.16%
B=52.84%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal016618610.1100.27186.4510036.47
Hex0A6BA64B01Bba6424
Octal02462721441303327214444
Binary0101001101011101011001001011011011101110101100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00A6BA; }

 p { color: rgb(0,166,186); }

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

<style>
 a { background-color: #00A6BA; }

 a { background-color: rgb(0,166,186); }

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

<style>
 span { border-color: #00A6BA; }

 span { border-color: rgb(0,166,186); }

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