Html Css Color HEX #00A2DC Pacific Blue

📋 copy color: '#00A2DC'

red 0 ◦ green 162 ◦ blue 220

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

Shades of Pacific Blue #00A2DC

Tints of Pacific Blue #00A2DC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 42.41%
B = 57.59%

CMYK

 C value IS 1

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#00A2DC (or 0x00A2DC) is known color: Pacific Blue. HEX triplet: 00, A2 and DC. RGB value is (0,162,220). Sum of RGB (Red+Green+Blue) = 0+162+220=382 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #00A2DC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #00A2DC is #FF5D23. Grayscale: #777777. Windows color (decimal): -16735524 or 14459392. OLE color: 14459392.

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

Color convert

RGB 0 162 220 -
CMYK 1 0.26 0 0.14
HSL 195.82º 1% 0.43% -
HSV(B) 195.82º 1% 0.86% -
XYZ 25.84 31.01 72.33 -
YUV 120.17 184.33 42.28 -
System Red Green Blue C M Y K H S L
Decimal 0 162 220 1 0.26 0 0.14 195.82 1 0.43
Hex 0 A2 DC 64 1A 0 E C4 64 2B
Octal 0 242 334 144 32 0 16 304 144 53
Binary 0 10100010 11011100 1100100 11010 0 1110 11000100 1100100 101011

Color Harmonies of #00A2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A2DC

Black with #00A2DC

Text Example


Text Example

White with #00A2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A2DC; }

 p { color: rgb(0,162,220); }

 H1.HeaderClassName
 {
   color: #00A2DC;
 }
 .AnyTagClassName
 {
   color: #00A2DC;
 }
</style>

background-color css

<style>
 a { background-color: #00A2DC; }

 a { background-color: rgb(0,162,220); }

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

border-color css

<style>
 span { border-color: #00A2DC; }

 span { border-color: rgb(0,162,220); }

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