#03A7D1

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

Shades of Pacific Blue #03A7D1

Tints of Pacific Blue #03A7D1

Color information

#03A7D1 (or 0x03A7D1) is unknown color: approx Pacific Blue. HEX triplet: 03, A7 and D1. RGB value is (3,167,209). Sum of RGB (Red+Green+Blue) = 3+167+209=379 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 209 (82.03% from 255 or 55.15% from 379); Max value from RGB is 209 - color contains mainly: blue. Hex color #03A7D1 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A7D1 is #FC582E. Grayscale: #7A7A7A. Windows color (decimal): -16537647 or 13739779. OLE color: 13739779.

HSL color Cylindrical-coordinate representation of color #03A7D1: hue angle of 192.23º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A7D1 is Cyan = 0.99, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB3167209-
CMYK0.990.2000.18
HSL192.23º97.17%41.57%-
HSV(B)192.23º98.56%81.96%-
XYZ25.3632.2665.21-
YUV122.75176.6742.58-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.79%
GREEN value IS 167 (65.62% from 255) = 44.06%
BLUE value IS 209 (82.03% from 255) = 55.15%
R=0.79%
G=44.06%
B=55.15%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal31672090.990.2000.18192.2397.1741.57
Hex3A7D16314012c0612a
Octal32473211432402230014152
Binary111010011111010001110001110100010010110000001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,167,209); }

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

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

 a { background-color: rgb(3,167,209); }

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

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

 span { border-color: rgb(3,167,209); }

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