#A3D9FA

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

Shades of Columbia Blue #A3D9FA

Tints of Columbia Blue #A3D9FA

Color information

#A3D9FA (or 0xA3D9FA) is unknown color: approx Columbia Blue. HEX triplet: A3, D9 and FA. RGB value is (163,217,250). Sum of RGB (Red+Green+Blue) = 163+217+250=630 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.87% from 630); Green value is 217 (85.16% from 255 or 34.44% from 630); Blue value is 250 (98.05% from 255 or 39.68% from 630); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3D9FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D9FA is #5C2605. Grayscale: #CCCCCC. Windows color (decimal): -6039046 or 16439715. OLE color: 16439715.

HSL color Cylindrical-coordinate representation of color #A3D9FA: hue angle of 202.76º 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 #A3D9FA is Cyan = 0.35, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB163217250-
CMYK0.350.1300.02
HSL202.76º89.69%80.98%-
HSV(B)202.76º34.8%98.04%-
XYZ57.1764.3199.84-
YUV204.62153.6198.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.87%
GREEN value IS 217 (85.16% from 255) = 34.44%
BLUE value IS 250 (98.05% from 255) = 39.68%
R=25.87%
G=34.44%
B=39.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632172500.350.1300.02202.7689.6980.98
HexA3D9FA23D02cb5a51
Octal243331372431502313132121
Binary10100011110110011111101010001111010101100101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D9FA; }

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

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

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

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

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

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

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

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