#01A3BE

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

Shades of Pacific Blue #01A3BE

Tints of Pacific Blue #01A3BE

Color information

#01A3BE (or 0x01A3BE) is unknown color: approx Pacific Blue. HEX triplet: 01, A3 and BE. RGB value is (1,163,190). Sum of RGB (Red+Green+Blue) = 1+163+190=354 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 354); Green value is 163 (64.06% from 255 or 46.05% from 354); Blue value is 190 (74.61% from 255 or 53.67% from 354); Max value from RGB is 190 - color contains mainly: blue. Hex color #01A3BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A3BE is #FE5C41. Grayscale: #757575. Windows color (decimal): -16669762 or 12493569. OLE color: 12493569.

HSL color Cylindrical-coordinate representation of color #01A3BE: hue angle of 188.57º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01A3BE is Cyan = 0.99, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1163190-
CMYK0.990.1400.25
HSL188.57º98.95%37.45%-
HSV(B)188.57º99.47%74.51%-
XYZ22.429.9253.31-
YUV117.64168.8344.8-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 163 (64.06% from 255) = 46.05%
BLUE value IS 190 (74.61% from 255) = 53.67%
R=0.28%
G=46.05%
B=53.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11631900.990.1400.25188.5798.9537.45
Hex1A3BE63E019bd6325
Octal12432761431603127514345
Binary1101000111011111011000111110011001101111011100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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