#00A4BD

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

Shades of Pacific Blue #00A4BD

Tints of Pacific Blue #00A4BD

Color information

#00A4BD (or 0x00A4BD) is unknown color: approx Pacific Blue. HEX triplet: 00, A4 and BD. RGB value is (0,164,189). Sum of RGB (Red+Green+Blue) = 0+164+189=353 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 189 (74.22% from 255 or 53.54% from 353); Max value from RGB is 189 - color contains mainly: blue. Hex color #00A4BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A4BD is #FF5B42. Grayscale: #757575. Windows color (decimal): -16735043 or 12428288. OLE color: 12428288.

HSL color Cylindrical-coordinate representation of color #00A4BD: hue angle of 187.94º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A4BD is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB0164189-
CMYK10.1300.26
HSL187.94º100%37.06%-
HSV(B)187.94º100%74.12%-
XYZ22.4630.2352.79-
YUV117.81168.1743.97-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 164 (64.45% from 255) = 46.46%
BLUE value IS 189 (74.22% from 255) = 53.54%
R=0%
G=46.46%
B=53.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal016418910.1300.26187.9410037.06
Hex0A4BD64D01Abc6425
Octal02442751441503227414445
Binary0101001001011110111001001101011010101111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,164,189); }

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

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

 a { background-color: rgb(0,164,189); }

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

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

 span { border-color: rgb(0,164,189); }

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