Html Css Color HEX #01A0BD Pacific Blue

📋 copy color: '#01A0BD'

red 1 ◦ green 160 ◦ blue 189

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

Shades of Pacific Blue #01A0BD

Tints of Pacific Blue #01A0BD

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.71%

 BLUE value IS 189 (74.22% from 255) = 54%

R = 0.29%
G = 45.71%
B = 54%

CMYK

 C value IS 0.99

 M value IS 0.15

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#01A0BD (or 0x01A0BD) is known color: Pacific Blue. HEX triplet: 01, A0 and BD. RGB value is (1,160,189). Sum of RGB (Red+Green+Blue) = 1+160+189=350 (46% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 350); Green value is 160 (62.89% from 255 or 45.71% from 350); Blue value is 189 (74.22% from 255 or 54% from 350); Max value from RGB is 189 - color contains mainly: blue. Hex color #01A0BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A0BD is #FE5F42. Grayscale: #737373. Windows color (decimal): -16670531 or 12427265. OLE color: 12427265.

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

Color convert

RGB 1 160 189 -
CMYK 0.99 0.15 0 0.26
HSL 189.26º 0.99% 0.37% -
HSV(B) 189.26º 0.99% 0.74% -
XYZ 21.77 28.82 52.56 -
YUV 115.77 169.32 46.14 -
System Red Green Blue C M Y K H S L
Decimal 1 160 189 0.99 0.15 0 0.26 189.26 0.99 0.37
Hex 1 A0 BD 63 F 0 1A BD 63 25
Octal 1 240 275 143 17 0 32 275 143 45
Binary 1 10100000 10111101 1100011 1111 0 11010 10111101 1100011 100101

Color Harmonies of #01A0BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A0BD

Black with #01A0BD

Text Example


Text Example

White with #01A0BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,160,189); }

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

background-color css

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

 a { background-color: rgb(1,160,189); }

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

border-color css

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

 span { border-color: rgb(1,160,189); }

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