#A1D3FF

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

Shades of Columbia Blue #A1D3FF

Tints of Columbia Blue #A1D3FF

Color information

#A1D3FF (or 0xA1D3FF) is unknown color: approx Columbia Blue. HEX triplet: A1, D3 and FF. RGB value is (161,211,255). Sum of RGB (Red+Green+Blue) = 161+211+255=627 (83% of max value = 765). Red value is 161 (63.28% from 255 or 25.68% from 627); Green value is 211 (82.81% from 255 or 33.65% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #A1D3FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1D3FF is #5E2C00. Grayscale: #C8C8C8. Windows color (decimal): -6171649 or 16765857. OLE color: 16765857.

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

Color convert

RGB161211255-
CMYK0.370.1700
HSL208.09º100%81.57%-
HSV(B)208.09º36.86%100%-
XYZ56.0461.39103.5-
YUV201.07158.4499.42-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.68%
GREEN value IS 211 (82.81% from 255) = 33.65%
BLUE value IS 255 (100% from 255) = 40.67%
R=25.68%
G=33.65%
B=40.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1612112550.370.1700208.0910081.57
HexA1D3FF251100d06452
Octal241323377452100320144122
Binary10100001110100111111111110010110001001101000011001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D3FF; }

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

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

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

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

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

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

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

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