Html Css Color HEX #01A0DC Pacific Blue

📋 copy color: '#01A0DC'

red 1 ◦ green 160 ◦ blue 220

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

Shades of Pacific Blue #01A0DC

Tints of Pacific Blue #01A0DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 57.74%

R = 0.26%
G = 41.99%
B = 57.74%

CMYK

 C value IS 1.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#01A0DC (or 0x01A0DC) is known color: Pacific Blue. HEX triplet: 01, A0 and DC. RGB value is (1,160,220). Sum of RGB (Red+Green+Blue) = 1+160+220=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 220 (86.33% from 255 or 57.74% from 381); Max value from RGB is 220 - color contains mainly: blue. Hex color #01A0DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A0DC is #FE5F23. Grayscale: #767676. Windows color (decimal): -16670500 or 14458881. OLE color: 14458881.

HSL color Cylindrical-coordinate representation of color #01A0DC: hue angle of 196.44º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #01A0DC is Cyan = 1.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 160 220 -
CMYK 1.00 0.27 0 0.14
HSL 196.44º 0.99% 0.43% -
HSV(B) 196.44º 1% 0.86% -
XYZ 25.5 30.32 72.22 -
YUV 119.3 184.82 43.62 -
System Red Green Blue C M Y K H S L
Decimal 1 160 220 1.00 0.27 0 0.14 196.44 0.99 0.43
Hex 1 A0 DC 64 1B 0 E C4 63 2B
Octal 1 240 334 144 33 0 16 304 143 53
Binary 1 10100000 11011100 1100100 11011 0 1110 11000100 1100011 101011

Color Harmonies of #01A0DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A0DC

Black with #01A0DC

Text Example


Text Example

White with #01A0DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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