#04A1BC

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

Shades of Pacific Blue #04A1BC

Tints of Pacific Blue #04A1BC

Color information

#04A1BC (or 0x04A1BC) is unknown color: approx Pacific Blue. HEX triplet: 04, A1 and BC. RGB value is (4,161,188). Sum of RGB (Red+Green+Blue) = 4+161+188=353 (46% of max value = 765). Red value is 4 (1.95% from 255 or 1.13% from 353); Green value is 161 (63.28% from 255 or 45.61% from 353); Blue value is 188 (73.83% from 255 or 53.26% from 353); Max value from RGB is 188 - color contains mainly: blue. Hex color #04A1BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A1BC is #FB5E43. Grayscale: #747474. Windows color (decimal): -16473668 or 12361988. OLE color: 12361988.

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

Color convert

RGB4161188-
CMYK0.980.1400.26
HSL188.8º95.83%37.65%-
HSV(B)188.8º97.87%73.73%-
XYZ21.8729.1552.05-
YUV117.14167.9947.3-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.13%
GREEN value IS 161 (63.28% from 255) = 45.61%
BLUE value IS 188 (73.83% from 255) = 53.26%
R=1.13%
G=45.61%
B=53.26%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal41611880.980.1400.26188.895.8337.65
Hex4A1BC62E01Abd6026
Octal42412741421603227514046
Binary100101000011011110011000101110011010101111011100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,161,188); }

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

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

 a { background-color: rgb(4,161,188); }

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

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

 span { border-color: rgb(4,161,188); }

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