Html Css Color HEX #01A2BA Pacific Blue

📋 copy color: '#01A2BA'

red 1 ◦ green 162 ◦ blue 186

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

Shades of Pacific Blue #01A2BA

Tints of Pacific Blue #01A2BA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.42%

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

R = 0.29%
G = 46.42%
B = 53.3%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#01A2BA (or 0x01A2BA) is known color: Pacific Blue. HEX triplet: 01, A2 and BA. RGB value is (1,162,186). Sum of RGB (Red+Green+Blue) = 1+162+186=349 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 186 (73.05% from 255 or 53.30% from 349); Max value from RGB is 186 - color contains mainly: blue. Hex color #01A2BA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A2BA is #FE5D45. Grayscale: #747474. Windows color (decimal): -16670022 or 12231169. OLE color: 12231169.

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

Color convert

RGB 1 162 186 -
CMYK 0.99 0.13 0 0.27
HSL 187.78º 0.99% 0.37% -
HSV(B) 187.78º 0.99% 0.73% -
XYZ 21.8 29.39 50.98 -
YUV 116.6 167.16 45.55 -
System Red Green Blue C M Y K H S L
Decimal 1 162 186 0.99 0.13 0 0.27 187.78 0.99 0.37
Hex 1 A2 BA 63 D 0 1B BC 63 25
Octal 1 242 272 143 15 0 33 274 143 45
Binary 1 10100010 10111010 1100011 1101 0 11011 10111100 1100011 100101

Color Harmonies of #01A2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A2BA

Black with #01A2BA

Text Example


Text Example

White with #01A2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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