#01A4D6

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

Shades of Pacific Blue #01A4D6

Tints of Pacific Blue #01A4D6

Color information

#01A4D6 (or 0x01A4D6) is unknown color: approx Pacific Blue. HEX triplet: 01, A4 and D6. RGB value is (1,164,214). Sum of RGB (Red+Green+Blue) = 1+164+214=379 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 214 (83.98% from 255 or 56.46% from 379); Max value from RGB is 214 - color contains mainly: blue. Hex color #01A4D6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A4D6 is #FE5B29. Grayscale: #787878. Windows color (decimal): -16669482 or 14066689. OLE color: 14066689.

HSL color Cylindrical-coordinate representation of color #01A4D6: hue angle of 194.08º 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 #01A4D6 is Cyan = 1.00, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1164214-
CMYK1.000.2300.16
HSL194.08º99.07%42.16%-
HSV(B)194.08º99.53%83.92%-
XYZ25.4331.4168.34-
YUV120.96180.542.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 164 (64.45% from 255) = 43.27%
BLUE value IS 214 (83.98% from 255) = 56.46%
R=0.26%
G=43.27%
B=56.46%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal11642141.000.2300.16194.0899.0742.16
Hex1A4D66417010c2632a
Octal12443261442702030214352
Binary11010010011010110110010010111010000110000101100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A4D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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