#01A6BA

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

Shades of Pacific Blue #01A6BA

Tints of Pacific Blue #01A6BA

Color information

#01A6BA (or 0x01A6BA) is unknown color: approx Pacific Blue. HEX triplet: 01, A6 and BA. RGB value is (1,166,186). Sum of RGB (Red+Green+Blue) = 1+166+186=353 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 353); Green value is 166 (65.23% from 255 or 47.03% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #01A6BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A6BA is #FE5945. Grayscale: #767676. Windows color (decimal): -16668998 or 12232193. OLE color: 12232193.

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

Color convert

RGB1166186-
CMYK0.990.1100.27
HSL186.49º98.93%36.67%-
HSV(B)186.49º99.46%72.94%-
XYZ22.5130.8251.22-
YUV118.94165.8443.87-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 166 (65.23% from 255) = 47.03%
BLUE value IS 186 (73.05% from 255) = 52.69%
R=0.28%
G=47.03%
B=52.69%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal11661860.990.1100.27186.4998.9336.67
Hex1A6BA63B01Bba6325
Octal12462721431303327214345
Binary1101001101011101011000111011011011101110101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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