#A2D3FF

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

Shades of Columbia Blue #A2D3FF

Tints of Columbia Blue #A2D3FF

Color information

#A2D3FF (or 0xA2D3FF) is unknown color: approx Columbia Blue. HEX triplet: A2, D3 and FF. RGB value is (162,211,255). Sum of RGB (Red+Green+Blue) = 162+211+255=628 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.80% from 628); Green value is 211 (82.81% from 255 or 33.60% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2D3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A2D3FF is #5D2C00. Grayscale: #C9C9C9. Windows color (decimal): -6106113 or 16765858. OLE color: 16765858.

HSL color Cylindrical-coordinate representation of color #A2D3FF: hue angle of 208.39º 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 #A2D3FF is Cyan = 0.36, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB162211255-
CMYK0.360.1700
HSL208.39º100%81.76%-
HSV(B)208.39º36.47%100%-
XYZ56.2461.49103.51-
YUV201.36158.2799.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 25.80%
GREEN value IS 211 (82.81% from 255) = 33.60%
BLUE value IS 255 (100% from 255) = 40.61%
R=25.80%
G=33.60%
B=40.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1622112550.360.1700208.3910081.76
HexA2D3FF241100d06452
Octal242323377442100320144122
Binary10100010110100111111111110010010001001101000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D3FF; }

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

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

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

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

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

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

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

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