#00A5BA

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

Shades of Pacific Blue #00A5BA

Tints of Pacific Blue #00A5BA

Color information

#00A5BA (or 0x00A5BA) is unknown color: approx Pacific Blue. HEX triplet: 00, A5 and BA. RGB value is (0,165,186). Sum of RGB (Red+Green+Blue) = 0+165+186=351 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #00A5BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A5BA is #FF5A45. Grayscale: #757575. Windows color (decimal): -16734790 or 12231936. OLE color: 12231936.

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

Color convert

RGB0165186-
CMYK10.1100.27
HSL186.77º100%36.47%-
HSV(B)186.77º100%72.94%-
XYZ22.3230.4651.16-
YUV118.06166.3443.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 165 (64.84% from 255) = 47.01%
BLUE value IS 186 (73.05% from 255) = 52.99%
R=0%
G=47.01%
B=52.99%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal016518610.1100.27186.7710036.47
Hex0A5BA64B01Bbb6424
Octal02452721441303327314444
Binary0101001011011101011001001011011011101110111100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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