Html Css Color HEX #01A3BA Pacific Blue

📋 copy color: '#01A3BA'

red 1 ◦ green 163 ◦ blue 186

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

Shades of Pacific Blue #01A3BA

Tints of Pacific Blue #01A3BA

RGB

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

 GREEN value IS 163 (64.06% from 255) = 46.57%

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

R = 0.29%
G = 46.57%
B = 53.14%

CMYK

 C value IS 0.99

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#01A3BA (or 0x01A3BA) is known color: Pacific Blue. HEX triplet: 01, A3 and BA. RGB value is (1,163,186). Sum of RGB (Red+Green+Blue) = 1+163+186=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 163 (64.06% from 255 or 46.57% from 350); Blue value is 186 (73.05% from 255 or 53.14% from 350); Max value from RGB is 186 - color contains mainly: blue. Hex color #01A3BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A3BA is #FE5C45. Grayscale: #747474. Windows color (decimal): -16669766 or 12231425. OLE color: 12231425.

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

Color convert

RGB 1 163 186 -
CMYK 0.99 0.12 0 0.27
HSL 187.46º 0.99% 0.37% -
HSV(B) 187.46º 0.99% 0.73% -
XYZ 21.97 29.75 51.04 -
YUV 117.18 166.83 45.13 -
System Red Green Blue C M Y K H S L
Decimal 1 163 186 0.99 0.12 0 0.27 187.46 0.99 0.37
Hex 1 A3 BA 63 C 0 1B BB 63 25
Octal 1 243 272 143 14 0 33 273 143 45
Binary 1 10100011 10111010 1100011 1100 0 11011 10111011 1100011 100101

Color Harmonies of #01A3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A3BA

Black with #01A3BA

Text Example


Text Example

White with #01A3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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