#01A8BD

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

Shades of Pacific Blue #01A8BD

Tints of Pacific Blue #01A8BD

Color information

#01A8BD (or 0x01A8BD) is unknown color: approx Pacific Blue. HEX triplet: 01, A8 and BD. RGB value is (1,168,189). Sum of RGB (Red+Green+Blue) = 1+168+189=358 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 358); Green value is 168 (66.02% from 255 or 46.93% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #01A8BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A8BD is #FE5742. Grayscale: #787878. Windows color (decimal): -16668483 or 12429313. OLE color: 12429313.

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

Color convert

RGB1168189-
CMYK0.990.1100.26
HSL186.7º98.95%37.25%-
HSV(B)186.7º99.47%74.12%-
XYZ23.231.6953.04-
YUV120.46166.6742.79-

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.93%
BLUE value IS 189 (74.22% from 255) = 52.79%
R=0.28%
G=46.93%
B=52.79%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal11681890.990.1100.26186.798.9537.25
Hex1A8BD63B01Abb6325
Octal12502751431303227314345
Binary1101010001011110111000111011011010101110111100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01A8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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