Html Css Color HEX #01A4BA Pacific Blue

📋 copy color: '#01A4BA'

red 1 ◦ green 164 ◦ blue 186

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

Shades of Pacific Blue #01A4BA

Tints of Pacific Blue #01A4BA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.72%

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

R = 0.28%
G = 46.72%
B = 52.99%

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

#01A4BA (or 0x01A4BA) is known color: Pacific Blue. HEX triplet: 01, A4 and BA. RGB value is (1,164,186). Sum of RGB (Red+Green+Blue) = 1+164+186=351 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 351); Green value is 164 (64.45% from 255 or 46.72% from 351); Blue value is 186 (73.05% from 255 or 52.99% from 351); Max value from RGB is 186 - color contains mainly: blue. Hex color #01A4BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A4BA is #FE5B45. Grayscale: #757575. Windows color (decimal): -16669510 or 12231681. OLE color: 12231681.

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

Color convert

RGB 1 164 186 -
CMYK 0.99 0.12 0 0.27
HSL 187.14º 0.99% 0.37% -
HSV(B) 187.14º 0.99% 0.73% -
XYZ 22.15 30.1 51.1 -
YUV 117.77 166.5 44.71 -
System Red Green Blue C M Y K H S L
Decimal 1 164 186 0.99 0.12 0 0.27 187.14 0.99 0.37
Hex 1 A4 BA 63 C 0 1B BB 63 25
Octal 1 244 272 143 14 0 33 273 143 45
Binary 1 10100100 10111010 1100011 1100 0 11011 10111011 1100011 100101

Color Harmonies of #01A4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A4BA

Black with #01A4BA

Text Example


Text Example

White with #01A4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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