#A3D8FA

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

Shades of Columbia Blue #A3D8FA

Tints of Columbia Blue #A3D8FA

Color information

#A3D8FA (or 0xA3D8FA) is unknown color: approx Columbia Blue. HEX triplet: A3, D8 and FA. RGB value is (163,216,250). Sum of RGB (Red+Green+Blue) = 163+216+250=629 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.91% from 629); Green value is 216 (84.77% from 255 or 34.34% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3D8FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D8FA is #5C2705. Grayscale: #CBCBCB. Windows color (decimal): -6039302 or 16439459. OLE color: 16439459.

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

Color convert

RGB163216250-
CMYK0.350.1400.02
HSL203.45º89.69%80.98%-
HSV(B)203.45º34.8%98.04%-
XYZ56.9263.899.76-
YUV204.03153.9498.74-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.91%
GREEN value IS 216 (84.77% from 255) = 34.34%
BLUE value IS 250 (98.05% from 255) = 39.75%
R=25.91%
G=34.34%
B=39.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632162500.350.1400.02203.4589.6980.98
HexA3D8FA23E02cb5a51
Octal243330372431602313132121
Binary10100011110110001111101010001111100101100101110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D8FA; }

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

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

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

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

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

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

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

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