#04A4CB

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

Shades of Pacific Blue #04A4CB

Tints of Pacific Blue #04A4CB

Color information

#04A4CB (or 0x04A4CB) is unknown color: approx Pacific Blue. HEX triplet: 04, A4 and CB. RGB value is (4,164,203). Sum of RGB (Red+Green+Blue) = 4+164+203=371 (49% of max value = 765). Red value is 4 (1.95% from 255 or 1.08% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #04A4CB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #04A4CB is #FB5B34. Grayscale: #787878. Windows color (decimal): -16472885 or 13345796. OLE color: 13345796.

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

Color convert

RGB4164203-
CMYK0.980.1900.20
HSL191.76º96.14%40.59%-
HSV(B)191.76º98.03%79.61%-
XYZ24.1130.8961.19-
YUV120.61174.4944.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.08%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 203 (79.69% from 255) = 54.72%
R=1.08%
G=44.20%
B=54.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal41642030.980.1900.20191.7696.1440.59
Hex4A4CB6213014c06029
Octal42443131422302430014051
Binary1001010010011001011110001010011010100110000001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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