Html Css Color HEX #01A6BE Pacific Blue

📋 copy color: '#01A6BE'

red 1 ◦ green 166 ◦ blue 190

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

Shades of Pacific Blue #01A6BE

Tints of Pacific Blue #01A6BE

RGB

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

 GREEN value IS 166 (65.23% from 255) = 46.5%

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 0.28%
G = 46.5%
B = 53.22%

CMYK

 C value IS 0.99

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#01A6BE (or 0x01A6BE) is known color: Pacific Blue. HEX triplet: 01, A6 and BE. RGB value is (1,166,190). Sum of RGB (Red+Green+Blue) = 1+166+190=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 166 (65.23% from 255 or 46.50% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #01A6BE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A6BE is #FE5941. Grayscale: #777777. Windows color (decimal): -16668994 or 12494337. OLE color: 12494337.

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

Color convert

RGB 1 166 190 -
CMYK 0.99 0.13 0 0.25
HSL 187.62º 0.99% 0.37% -
HSV(B) 187.62º 0.99% 0.75% -
XYZ 22.94 31 53.49 -
YUV 119.4 167.84 43.55 -
System Red Green Blue C M Y K H S L
Decimal 1 166 190 0.99 0.13 0 0.25 187.62 0.99 0.37
Hex 1 A6 BE 63 D 0 19 BC 63 25
Octal 1 246 276 143 15 0 31 274 143 45
Binary 1 10100110 10111110 1100011 1101 0 11001 10111100 1100011 100101

Color Harmonies of #01A6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A6BE

Black with #01A6BE

Text Example


Text Example

White with #01A6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,166,190); }

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

background-color css

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

 a { background-color: rgb(1,166,190); }

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

border-color css

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

 span { border-color: rgb(1,166,190); }

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