#01A4DE

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

Shades of Pacific Blue #01A4DE

Tints of Pacific Blue #01A4DE

Color information

#01A4DE (or 0x01A4DE) is unknown color: approx Pacific Blue. HEX triplet: 01, A4 and DE. RGB value is (1,164,222). Sum of RGB (Red+Green+Blue) = 1+164+222=387 (51% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 222 (87.11% from 255 or 57.36% from 387); Max value from RGB is 222 - color contains mainly: blue. Hex color #01A4DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A4DE is #FE5B21. Grayscale: #797979. Windows color (decimal): -16669474 or 14590977. OLE color: 14590977.

HSL color Cylindrical-coordinate representation of color #01A4DE: hue angle of 195.75º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A4DE is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1164222-
CMYK1.000.2600.13
HSL195.75º99.1%43.73%-
HSV(B)195.75º99.55%87.06%-
XYZ26.4731.8373.86-
YUV121.88184.541.78-

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) = 42.38%
BLUE value IS 222 (87.11% from 255) = 57.36%
R=0.26%
G=42.38%
B=57.36%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11642221.000.2600.13195.7599.143.73
Hex1A4DE641A0Dc4632c
Octal12443361443201530414354
Binary1101001001101111011001001101001101110001001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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