#A3E1FA

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

Shades of Columbia Blue #A3E1FA

Tints of Columbia Blue #A3E1FA

Color information

#A3E1FA (or 0xA3E1FA) is unknown color: approx Columbia Blue. HEX triplet: A3, E1 and FA. RGB value is (163,225,250). Sum of RGB (Red+Green+Blue) = 163+225+250=638 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.55% from 638); Green value is 225 (88.28% from 255 or 35.27% 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 #A3E1FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3E1FA is #5C1E05. Grayscale: #D1D1D1. Windows color (decimal): -6036998 or 16441763. OLE color: 16441763.

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

Color convert

RGB163225250-
CMYK0.350.1000.02
HSL197.24º89.69%80.98%-
HSV(B)197.24º34.8%98.04%-
XYZ59.2868.54100.55-
YUV209.31150.9694.97-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.55%
GREEN value IS 225 (88.28% from 255) = 35.27%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=25.55%
G=35.27%
B=39.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632252500.350.1000.02197.2489.6980.98
HexA3E1FA23A02c55a51
Octal243341372431202305132121
Binary10100011111000011111101010001110100101100010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E1FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E1FA; }

 p { color: rgb(163,225,250); }

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

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

 a { background-color: rgb(163,225,250); }

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

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

 span { border-color: rgb(163,225,250); }

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