#01A3D6

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

Shades of Pacific Blue #01A3D6

Tints of Pacific Blue #01A3D6

Color information

#01A3D6 (or 0x01A3D6) is unknown color: approx Pacific Blue. HEX triplet: 01, A3 and D6. RGB value is (1,163,214). Sum of RGB (Red+Green+Blue) = 1+163+214=378 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 214 (83.98% from 255 or 56.61% from 378); Max value from RGB is 214 - color contains mainly: blue. Hex color #01A3D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A3D6 is #FE5C29. Grayscale: #787878. Windows color (decimal): -16669738 or 14066433. OLE color: 14066433.

HSL color Cylindrical-coordinate representation of color #01A3D6: hue angle of 194.37º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A3D6 is Cyan = 1.00, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1163214-
CMYK1.000.2400.16
HSL194.37º99.07%42.16%-
HSV(B)194.37º99.53%83.92%-
XYZ25.2531.0668.28-
YUV120.38180.8342.85-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 163 (64.06% from 255) = 43.12%
BLUE value IS 214 (83.98% from 255) = 56.61%
R=0.26%
G=43.12%
B=56.61%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal11632141.000.2400.16194.3799.0742.16
Hex1A3D66418010c2632a
Octal12433261443002030214352
Binary11010001111010110110010011000010000110000101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01A3D6; }

 p { color: rgb(1,163,214); }

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

<style>
 a { background-color: #01A3D6; }

 a { background-color: rgb(1,163,214); }

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

<style>
 span { border-color: #01A3D6; }

 span { border-color: rgb(1,163,214); }

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