Html Css Color HEX #01A1DB Pacific Blue

📋 copy color: '#01A1DB'

red 1 ◦ green 161 ◦ blue 219

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

Shades of Pacific Blue #01A1DB

Tints of Pacific Blue #01A1DB

RGB

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

 GREEN value IS 161 (63.28% from 255) = 42.26%

 BLUE value IS 219 (85.94% from 255) = 57.48%

R = 0.26%
G = 42.26%
B = 57.48%

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

#01A1DB (or 0x01A1DB) is known color: Pacific Blue. HEX triplet: 01, A1 and DB. RGB value is (1,161,219). Sum of RGB (Red+Green+Blue) = 1+161+219=381 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 219 (85.94% from 255 or 57.48% from 381); Max value from RGB is 219 - color contains mainly: blue. Hex color #01A1DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A1DB is #FE5E24. Grayscale: #777777. Windows color (decimal): -16670245 or 14393601. OLE color: 14393601.

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

Color convert

RGB 1 161 219 -
CMYK 1.00 0.26 0 0.14
HSL 195.96º 0.99% 0.43% -
HSV(B) 195.96º 1% 0.86% -
XYZ 25.54 30.61 71.58 -
YUV 119.77 183.99 43.28 -
System Red Green Blue C M Y K H S L
Decimal 1 161 219 1.00 0.26 0 0.14 195.96 0.99 0.43
Hex 1 A1 DB 64 1A 0 E C4 63 2B
Octal 1 241 333 144 32 0 16 304 143 53
Binary 1 10100001 11011011 1100100 11010 0 1110 11000100 1100011 101011

Color Harmonies of #01A1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A1DB

Black with #01A1DB

Text Example


Text Example

White with #01A1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,161,219); }

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

background-color css

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

 a { background-color: rgb(1,161,219); }

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

border-color css

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

 span { border-color: rgb(1,161,219); }

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