#01A8BF

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

Shades of Pacific Blue #01A8BF

Tints of Pacific Blue #01A8BF

Color information

#01A8BF (or 0x01A8BF) is unknown color: approx Pacific Blue. HEX triplet: 01, A8 and BF. RGB value is (1,168,191). Sum of RGB (Red+Green+Blue) = 1+168+191=360 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 360); Green value is 168 (66.02% from 255 or 46.67% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #01A8BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A8BF is #FE5740. Grayscale: #787878. Windows color (decimal): -16668481 or 12560385. OLE color: 12560385.

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

Color convert

RGB1168191-
CMYK0.990.1200.25
HSL187.26º98.96%37.65%-
HSV(B)187.26º99.48%74.9%-
XYZ23.4231.7754.19-
YUV120.69167.6742.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.28%
GREEN value IS 168 (66.02% from 255) = 46.67%
BLUE value IS 191 (75% from 255) = 53.06%
R=0.28%
G=46.67%
B=53.06%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11681910.990.1200.25187.2698.9637.65
Hex1A8BF63C019bb6326
Octal12502771431403127314346
Binary1101010001011111111000111100011001101110111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,168,191); }

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

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

 a { background-color: rgb(1,168,191); }

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

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

 span { border-color: rgb(1,168,191); }

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