#03A6BC

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

Shades of Pacific Blue #03A6BC

Tints of Pacific Blue #03A6BC

Color information

#03A6BC (or 0x03A6BC) is unknown color: approx Pacific Blue. HEX triplet: 03, A6 and BC. RGB value is (3,166,188). Sum of RGB (Red+Green+Blue) = 3+166+188=357 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 188 (73.83% from 255 or 52.66% from 357); Max value from RGB is 188 - color contains mainly: blue. Hex color #03A6BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #03A6BC is #FC5943. Grayscale: #777777. Windows color (decimal): -16537924 or 12363267. OLE color: 12363267.

HSL color Cylindrical-coordinate representation of color #03A6BC: hue angle of 187.14º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A6BC is Cyan = 0.98, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB3166188-
CMYK0.980.1200.26
HSL187.14º96.86%37.45%-
HSV(B)187.14º98.4%73.73%-
XYZ22.7530.9252.35-
YUV119.77166.544.71-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.84%
GREEN value IS 166 (65.23% from 255) = 46.50%
BLUE value IS 188 (73.83% from 255) = 52.66%
R=0.84%
G=46.50%
B=52.66%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal31661880.980.1200.26187.1496.8637.45
Hex3A6BC62C01Abb6125
Octal32462741421403227314145
Binary11101001101011110011000101100011010101110111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03A6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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