Html Css Color HEX #01A3DC Pacific Blue

📋 copy color: '#01A3DC'

red 1 ◦ green 163 ◦ blue 220

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

Shades of Pacific Blue #01A3DC

Tints of Pacific Blue #01A3DC

RGB

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

 GREEN value IS 163 (64.06% from 255) = 42.45%

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

R = 0.26%
G = 42.45%
B = 57.29%

CMYK

 C value IS 1.00

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#01A3DC (or 0x01A3DC) is known color: Pacific Blue. HEX triplet: 01, A3 and DC. RGB value is (1,163,220). Sum of RGB (Red+Green+Blue) = 1+163+220=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 163 (64.06% from 255 or 42.45% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #01A3DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A3DC is #FE5C23. Grayscale: #787878. Windows color (decimal): -16669732 or 14459649. OLE color: 14459649.

HSL color Cylindrical-coordinate representation of color #01A3DC: hue angle of 195.62º 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 #01A3DC is Cyan = 1.00, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 1 163 220 -
CMYK 1.00 0.26 0 0.14
HSL 195.62º 0.99% 0.43% -
HSV(B) 195.62º 1% 0.86% -
XYZ 26.03 31.37 72.39 -
YUV 121.06 183.83 42.37 -
System Red Green Blue C M Y K H S L
Decimal 1 163 220 1.00 0.26 0 0.14 195.62 0.99 0.43
Hex 1 A3 DC 64 1A 0 E C4 63 2B
Octal 1 243 334 144 32 0 16 304 143 53
Binary 1 10100011 11011100 1100100 11010 0 1110 11000100 1100011 101011

Color Harmonies of #01A3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A3DC

Black with #01A3DC

Text Example


Text Example

White with #01A3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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