Html Css Color HEX #01A2DD Pacific Blue

📋 copy color: '#01A2DD'

red 1 ◦ green 162 ◦ blue 221

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

Shades of Pacific Blue #01A2DD

Tints of Pacific Blue #01A2DD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.19%

 BLUE value IS 221 (86.72% from 255) = 57.55%

R = 0.26%
G = 42.19%
B = 57.55%

CMYK

 C value IS 1.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#01A2DD (or 0x01A2DD) is known color: Pacific Blue. HEX triplet: 01, A2 and DD. RGB value is (1,162,221). Sum of RGB (Red+Green+Blue) = 1+162+221=384 (50% of max value = 765). Red value is 1 (0.78% from 255 or 0.26% from 384); Green value is 162 (63.67% from 255 or 42.19% from 384); Blue value is 221 (86.72% from 255 or 57.55% from 384); Max value from RGB is 221 - color contains mainly: blue. Hex color #01A2DD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #01A2DD is #FE5D22. Grayscale: #787878. Windows color (decimal): -16669987 or 14524929. OLE color: 14524929.

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

Color convert

RGB 1 162 221 -
CMYK 1.00 0.27 0 0.13
HSL 196.09º 0.99% 0.44% -
HSV(B) 196.09º 1% 0.87% -
XYZ 25.98 31.07 73.03 -
YUV 120.59 184.66 42.7 -
System Red Green Blue C M Y K H S L
Decimal 1 162 221 1.00 0.27 0 0.13 196.09 0.99 0.44
Hex 1 A2 DD 64 1B 0 D C4 63 2C
Octal 1 242 335 144 33 0 15 304 143 54
Binary 1 10100010 11011101 1100100 11011 0 1101 11000100 1100011 101100

Color Harmonies of #01A2DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01A2DD

Black with #01A2DD

Text Example


Text Example

White with #01A2DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,162,221); }

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

background-color css

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

 a { background-color: rgb(1,162,221); }

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

border-color css

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

 span { border-color: rgb(1,162,221); }

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