#A2DDFF

Color #A2DDFF Columbia Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Columbia Blue #A2DDFF

Tints of Columbia Blue #A2DDFF

Color information

#A2DDFF (or 0xA2DDFF) is unknown color: approx Columbia Blue. HEX triplet: A2, DD and FF. RGB value is (162,221,255). Sum of RGB (Red+Green+Blue) = 162+221+255=638 (84% of max value = 765). Red value is 162 (63.67% from 255 or 25.39% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 255 (100% from 255 or 39.97% from 638); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2DDFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2DDFF is #5D2200. Grayscale: #CFCFCF. Windows color (decimal): -6103553 or 16768418. OLE color: 16768418.

HSL color Cylindrical-coordinate representation of color #A2DDFF: hue angle of 201.94º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2DDFF is Cyan = 0.36, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB162221255-
CMYK0.360.1300
HSL201.94º100%81.76%-
HSV(B)201.94º36.47%100%-
XYZ58.8166.61104.37-
YUV207.24154.9595.74-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.39%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 255 (100% from 255) = 39.97%
R=25.39%
G=34.64%
B=39.97%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622212550.360.1300201.9410081.76
HexA2DDFF24D00ca6452
Octal242335377441500312144122
Binary1010001011011101111111111001001101001100101011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DDFF; }

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

 H1.HeaderClassName
 {
   color: #A2DDFF;
 }
 .AnyTagClassName
 {
   color: #A2DDFF;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #A2DDFF;
 }
 .BgClassName
 {
   background-color: #A2DDFF;
 }
</style>
border-color css

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

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

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