#01A2DE

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

Shades of Pacific Blue #01A2DE

Tints of Pacific Blue #01A2DE

Color information

#01A2DE (or 0x01A2DE) is unknown color: approx Pacific Blue. HEX triplet: 01, A2 and DE. RGB value is (1,162,222). Sum of RGB (Red+Green+Blue) = 1+162+222=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 162 (63.67% from 255 or 42.08% from 385); Blue value is 222 (87.11% from 255 or 57.66% from 385); Max value from RGB is 222 - color contains mainly: blue. Hex color #01A2DE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A2DE is #FE5D21. Grayscale: #787878. Windows color (decimal): -16669986 or 14590465. OLE color: 14590465.

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

Color convert

RGB1162222-
CMYK1.000.2700.13
HSL196.29º99.1%43.73%-
HSV(B)196.29º99.55%87.06%-
XYZ26.1231.1273.74-
YUV120.7185.1642.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.26%
GREEN value IS 162 (63.67% from 255) = 42.08%
BLUE value IS 222 (87.11% from 255) = 57.66%
R=0.26%
G=42.08%
B=57.66%

CMYK

C (Cyan) values IS 1.00
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal11622221.000.2700.13196.2999.143.73
Hex1A2DE641B0Dc4632c
Octal12423361443301530414354
Binary1101000101101111011001001101101101110001001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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