#04A4BF

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

Shades of Pacific Blue #04A4BF

Tints of Pacific Blue #04A4BF

Color information

#04A4BF (or 0x04A4BF) is unknown color: approx Pacific Blue. HEX triplet: 04, A4 and BF. RGB value is (4,164,191). Sum of RGB (Red+Green+Blue) = 4+164+191=359 (47% of max value = 765). Red value is 4 (1.95% from 255 or 1.11% from 359); Green value is 164 (64.45% from 255 or 45.68% from 359); Blue value is 191 (75% from 255 or 53.20% from 359); Max value from RGB is 191 - color contains mainly: blue. Hex color #04A4BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A4BF is #FB5B40. Grayscale: #767676. Windows color (decimal): -16472897 or 12559364. OLE color: 12559364.

HSL color Cylindrical-coordinate representation of color #04A4BF: hue angle of 188.66º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A4BF is Cyan = 0.98, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB4164191-
CMYK0.980.1400.25
HSL188.66º95.9%38.24%-
HSV(B)188.66º97.91%74.9%-
XYZ22.7330.3453.95-
YUV119.24168.4945.8-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.11%
GREEN value IS 164 (64.45% from 255) = 45.68%
BLUE value IS 191 (75% from 255) = 53.20%
R=1.11%
G=45.68%
B=53.20%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal41641910.980.1400.25188.6695.938.24
Hex4A4BF62E019bd6026
Octal42442771421603127514046
Binary100101001001011111111000101110011001101111011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04A4BF; }

 p { color: rgb(4,164,191); }

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

<style>
 a { background-color: #04A4BF; }

 a { background-color: rgb(4,164,191); }

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

<style>
 span { border-color: #04A4BF; }

 span { border-color: rgb(4,164,191); }

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