#A1E3FA

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

Shades of Columbia Blue #A1E3FA

Tints of Columbia Blue #A1E3FA

Color information

#A1E3FA (or 0xA1E3FA) is unknown color: approx Columbia Blue. HEX triplet: A1, E3 and FA. RGB value is (161,227,250). Sum of RGB (Red+Green+Blue) = 161+227+250=638 (84% of max value = 765). Red value is 161 (63.28% from 255 or 25.24% from 638); Green value is 227 (89.06% from 255 or 35.58% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #A1E3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A1E3FA is #5E1C05. Grayscale: #D1D1D1. Windows color (decimal): -6167558 or 16442273. OLE color: 16442273.

HSL color Cylindrical-coordinate representation of color #A1E3FA: hue angle of 195.51º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1E3FA is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161227250-
CMYK0.360.0900.02
HSL195.51º89.9%80.59%-
HSV(B)195.51º35.6%98.04%-
XYZ59.4269.42100.71-
YUV209.89150.6393.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 25.24%
GREEN value IS 227 (89.06% from 255) = 35.58%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=25.24%
G=35.58%
B=39.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1612272500.360.0900.02195.5189.980.59
HexA1E3FA24902c45a51
Octal241343372441102304132121
Binary10100001111000111111101010010010010101100010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E3FA; }

 p { color: rgb(161,227,250); }

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

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

 a { background-color: rgb(161,227,250); }

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

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

 span { border-color: rgb(161,227,250); }

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