Html Css Color HEX #01A0BA Pacific Blue

📋 copy color: '#01A0BA'

red 1 ◦ green 160 ◦ blue 186

#01A0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pacific Blue #01A0BA

Tints of Pacific Blue #01A0BA

RGB

 RED value IS 1 (0.78% from 255) = 0.29%

 GREEN value IS 160 (62.89% from 255) = 46.11%

 BLUE value IS 186 (73.05% from 255) = 53.6%

R = 0.29%
G = 46.11%
B = 53.6%

CMYK

 C value IS 0.99

 M value IS 0.14

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#01A0BA (or 0x01A0BA) is known color: Pacific Blue. HEX triplet: 01, A0 and BA. RGB value is (1,160,186). Sum of RGB (Red+Green+Blue) = 1+160+186=347 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #01A0BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A0BA is #FE5F45. Grayscale: #737373. Windows color (decimal): -16670534 or 12230657. OLE color: 12230657.

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

Color convert

RGB 1 160 186 -
CMYK 0.99 0.14 0 0.27
HSL 188.43º 0.99% 0.37% -
HSV(B) 188.43º 0.99% 0.73% -
XYZ 21.45 28.69 50.86 -
YUV 115.42 167.82 46.39 -
System Red Green Blue C M Y K H S L
Decimal 1 160 186 0.99 0.14 0 0.27 188.43 0.99 0.37
Hex 1 A0 BA 63 E 0 1B BC 63 25
Octal 1 240 272 143 16 0 33 274 143 45
Binary 1 10100000 10111010 1100011 1110 0 11011 10111100 1100011 100101

Color Harmonies of #01A0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A0BA

Black with #01A0BA

Text Example


Text Example

White with #01A0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01A0BA;
 }
 .AnyTagClassName
 {
   color: #01A0BA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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