#03A6E2

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

Shades of Pacific Blue #03A6E2

Tints of Pacific Blue #03A6E2

Color information

#03A6E2 (or 0x03A6E2) is unknown color: approx Pacific Blue. HEX triplet: 03, A6 and E2. RGB value is (3,166,226). Sum of RGB (Red+Green+Blue) = 3+166+226=395 (52% of max value = 765). Red value is 3 (1.56% from 255 or 0.76% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 226 (88.67% from 255 or 57.22% from 395); Max value from RGB is 226 - color contains mainly: blue. Hex color #03A6E2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A6E2 is #FC591D. Grayscale: #7B7B7B. Windows color (decimal): -16537886 or 14853635. OLE color: 14853635.

HSL color Cylindrical-coordinate representation of color #03A6E2: hue angle of 196.14º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03A6E2 is Cyan = 0.99, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB3166226-
CMYK0.990.2700.11
HSL196.14º97.38%44.9%-
HSV(B)196.14º98.67%88.63%-
XYZ27.432.7876.84-
YUV124.1185.541.62-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.76%
GREEN value IS 166 (65.23% from 255) = 42.03%
BLUE value IS 226 (88.67% from 255) = 57.22%
R=0.76%
G=42.03%
B=57.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal31662260.990.2700.11196.1497.3844.9
Hex3A6E2631B0Bc4612d
Octal32463421433301330414155
Binary11101001101110001011000111101101011110001001100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,166,226); }

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

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

 a { background-color: rgb(3,166,226); }

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

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

 span { border-color: rgb(3,166,226); }

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