#04A2C8

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

Shades of Pacific Blue #04A2C8

Tints of Pacific Blue #04A2C8

Color information

#04A2C8 (or 0x04A2C8) is unknown color: approx Pacific Blue. HEX triplet: 04, A2 and C8. RGB value is (4,162,200). Sum of RGB (Red+Green+Blue) = 4+162+200=366 (48% of max value = 765). Red value is 4 (1.95% from 255 or 1.09% from 366); Green value is 162 (63.67% from 255 or 44.26% from 366); Blue value is 200 (78.52% from 255 or 54.64% from 366); Max value from RGB is 200 - color contains mainly: blue. Hex color #04A2C8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A2C8 is #FB5D37. Grayscale: #767676. Windows color (decimal): -16473400 or 13148676. OLE color: 13148676.

HSL color Cylindrical-coordinate representation of color #04A2C8: hue angle of 191.63º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A2C8 is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB4162200-
CMYK0.980.1900.22
HSL191.63º96.08%40%-
HSV(B)191.63º98%78.43%-
XYZ23.430.0459.21-
YUV119.09173.6545.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.09%
GREEN value IS 162 (63.67% from 255) = 44.26%
BLUE value IS 200 (78.52% from 255) = 54.64%
R=1.09%
G=44.26%
B=54.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal41622000.980.1900.22191.6396.0840
Hex4A2C86213016c06028
Octal42423101422302630014050
Binary1001010001011001000110001010011010110110000001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,162,200); }

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

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

 a { background-color: rgb(4,162,200); }

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

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

 span { border-color: rgb(4,162,200); }

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