#01A5BA

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

Shades of Pacific Blue #01A5BA

Tints of Pacific Blue #01A5BA

Color information

#01A5BA (or 0x01A5BA) is unknown color: approx Pacific Blue. HEX triplet: 01, A5 and BA. RGB value is (1,165,186). Sum of RGB (Red+Green+Blue) = 1+165+186=352 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 352); Green value is 165 (64.84% from 255 or 46.88% 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 #01A5BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A5BA is #FE5A45. Grayscale: #767676. Windows color (decimal): -16669254 or 12231937. OLE color: 12231937.

HSL color Cylindrical-coordinate representation of color #01A5BA: hue angle of 186.81º 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 #01A5BA is Cyan = 0.99, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1165186-
CMYK0.990.1100.27
HSL186.81º98.93%36.67%-
HSV(B)186.81º99.46%72.94%-
XYZ22.3330.4651.16-
YUV118.36166.1744.29-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 165 (64.84% from 255) = 46.88%
BLUE value IS 186 (73.05% from 255) = 52.84%
R=0.28%
G=46.88%
B=52.84%

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
Decimal11651860.990.1100.27186.8198.9336.67
Hex1A5BA63B01Bbb6325
Octal12452721431303327314345
Binary1101001011011101011000111011011011101110111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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