#A3D8FC

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

Shades of Columbia Blue #A3D8FC

Tints of Columbia Blue #A3D8FC

Color information

#A3D8FC (or 0xA3D8FC) is unknown color: approx Columbia Blue. HEX triplet: A3, D8 and FC. RGB value is (163,216,252). Sum of RGB (Red+Green+Blue) = 163+216+252=631 (83% of max value = 765). Red value is 163 (64.06% from 255 or 25.83% from 631); Green value is 216 (84.77% from 255 or 34.23% from 631); Blue value is 252 (98.83% from 255 or 39.94% from 631); Max value from RGB is 252 - color contains mainly: blue. Hex color #A3D8FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3D8FC is #5C2703. Grayscale: #CCCCCC. Windows color (decimal): -6039300 or 16570531. OLE color: 16570531.

HSL color Cylindrical-coordinate representation of color #A3D8FC: hue angle of 204.27º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A3D8FC is Cyan = 0.35, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB163216252-
CMYK0.350.1400.01
HSL204.27º93.68%81.37%-
HSV(B)204.27º35.32%98.82%-
XYZ57.2363.93101.42-
YUV204.26154.9498.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.83%
GREEN value IS 216 (84.77% from 255) = 34.23%
BLUE value IS 252 (98.83% from 255) = 39.94%
R=25.83%
G=34.23%
B=39.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1632162520.350.1400.01204.2793.6881.37
HexA3D8FC23E01cc5e51
Octal243330374431601314136121
Binary1010001111011000111111001000111110011100110010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D8FC; }

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

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

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

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

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

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

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

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