#01A0BE

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

Shades of Pacific Blue #01A0BE

Tints of Pacific Blue #01A0BE

Color information

#01A0BE (or 0x01A0BE) is unknown color: approx Pacific Blue. HEX triplet: 01, A0 and BE. RGB value is (1,160,190). Sum of RGB (Red+Green+Blue) = 1+160+190=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #01A0BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A0BE is #FE5F41. Grayscale: #737373. Windows color (decimal): -16670530 or 12492801. OLE color: 12492801.

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

Color convert

RGB1160190-
CMYK0.990.1600.25
HSL189.52º98.95%37.45%-
HSV(B)189.52º99.47%74.51%-
XYZ21.8828.8753.13-
YUV115.88169.8246.06-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 160 (62.89% from 255) = 45.58%
BLUE value IS 190 (74.61% from 255) = 54.13%
R=0.28%
G=45.58%
B=54.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11601900.990.1600.25189.5298.9537.45
Hex1A0BE6310019be6325
Octal12402761432003127614345
Binary11010000010111110110001110000011001101111101100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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