Html Css Color HEX #01A2BB Pacific Blue

📋 copy color: '#01A2BB'

red 1 ◦ green 162 ◦ blue 187

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

Shades of Pacific Blue #01A2BB

Tints of Pacific Blue #01A2BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 53.43%

R = 0.29%
G = 46.29%
B = 53.43%

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

#01A2BB (or 0x01A2BB) is known color: Pacific Blue. HEX triplet: 01, A2 and BB. RGB value is (1,162,187). Sum of RGB (Red+Green+Blue) = 1+162+187=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #01A2BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A2BB is #FE5D44. Grayscale: #747474. Windows color (decimal): -16670021 or 12296705. OLE color: 12296705.

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

Color convert

RGB 1 162 187 -
CMYK 0.99 0.13 0 0.27
HSL 188.06º 0.99% 0.37% -
HSV(B) 188.06º 0.99% 0.73% -
XYZ 21.9 29.43 51.54 -
YUV 116.71 167.66 45.47 -
System Red Green Blue C M Y K H S L
Decimal 1 162 187 0.99 0.13 0 0.27 188.06 0.99 0.37
Hex 1 A2 BB 63 D 0 1B BC 63 25
Octal 1 242 273 143 15 0 33 274 143 45
Binary 1 10100010 10111011 1100011 1101 0 11011 10111100 1100011 100101

Color Harmonies of #01A2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A2BB

Black with #01A2BB

Text Example


Text Example

White with #01A2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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