Html Css Color HEX #01A5DB Pacific Blue

📋 copy color: '#01A5DB'

red 1 ◦ green 165 ◦ blue 219

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

Shades of Pacific Blue #01A5DB

Tints of Pacific Blue #01A5DB

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.86%

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

R = 0.26%
G = 42.86%
B = 56.88%

CMYK

 C value IS 1.00

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#01A5DB (or 0x01A5DB) is known color: Pacific Blue. HEX triplet: 01, A5 and DB. RGB value is (1,165,219). Sum of RGB (Red+Green+Blue) = 1+165+219=385 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 219 (85.94% from 255 or 56.88% from 385); Max value from RGB is 219 - color contains mainly: blue. Hex color #01A5DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A5DB is #FE5A24. Grayscale: #797979. Windows color (decimal): -16669221 or 14394625. OLE color: 14394625.

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

Color convert

RGB 1 165 219 -
CMYK 1.00 0.25 0 0.14
HSL 194.86º 0.99% 0.43% -
HSV(B) 194.86º 1% 0.86% -
XYZ 26.25 32.03 71.82 -
YUV 122.12 182.67 41.61 -
System Red Green Blue C M Y K H S L
Decimal 1 165 219 1.00 0.25 0 0.14 194.86 0.99 0.43
Hex 1 A5 DB 64 19 0 E C3 63 2B
Octal 1 245 333 144 31 0 16 303 143 53
Binary 1 10100101 11011011 1100100 11001 0 1110 11000011 1100011 101011

Color Harmonies of #01A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A5DB

Black with #01A5DB

Text Example


Text Example

White with #01A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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