#03A4BD

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

Shades of Pacific Blue #03A4BD

Tints of Pacific Blue #03A4BD

Color information

#03A4BD (or 0x03A4BD) is unknown color: approx Pacific Blue. HEX triplet: 03, A4 and BD. RGB value is (3,164,189). Sum of RGB (Red+Green+Blue) = 3+164+189=356 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 189 (74.22% from 255 or 53.09% from 356); Max value from RGB is 189 - color contains mainly: blue. Hex color #03A4BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A4BD is #FC5B42. Grayscale: #767676. Windows color (decimal): -16538435 or 12428291. OLE color: 12428291.

HSL color Cylindrical-coordinate representation of color #03A4BD: hue angle of 188.06º degrees, saturation: 0.97, 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 #03A4BD is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3164189-
CMYK0.980.1300.26
HSL188.06º96.88%37.65%-
HSV(B)188.06º98.41%74.12%-
XYZ22.530.2452.8-
YUV118.71167.6645.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.84%
GREEN value IS 164 (64.45% from 255) = 46.07%
BLUE value IS 189 (74.22% from 255) = 53.09%
R=0.84%
G=46.07%
B=53.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31641890.980.1300.26188.0696.8837.65
Hex3A4BD62D01Abc6126
Octal32442751421503227414146
Binary11101001001011110111000101101011010101111001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03A4BD; }

 p { color: rgb(3,164,189); }

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

<style>
 a { background-color: #03A4BD; }

 a { background-color: rgb(3,164,189); }

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

<style>
 span { border-color: #03A4BD; }

 span { border-color: rgb(3,164,189); }

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