#00A4BE

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

Shades of Pacific Blue #00A4BE

Tints of Pacific Blue #00A4BE

Color information

#00A4BE (or 0x00A4BE) is unknown color: approx Pacific Blue. HEX triplet: 00, A4 and BE. RGB value is (0,164,190). Sum of RGB (Red+Green+Blue) = 0+164+190=354 (46% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #00A4BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A4BE is #FF5B41. Grayscale: #757575. Windows color (decimal): -16735042 or 12493824. OLE color: 12493824.

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

Color convert

RGB0164190-
CMYK10.1400.25
HSL188.21º100%37.25%-
HSV(B)188.21º100%74.51%-
XYZ22.5730.2753.37-
YUV117.93168.6743.89-

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.33%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=0%
G=46.33%
B=53.67%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal016419010.1400.25188.2110037.25
Hex0A4BE64E019bc6425
Octal02442761441603127414445
Binary0101001001011111011001001110011001101111001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00A4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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