#A3DEFA

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

Shades of Columbia Blue #A3DEFA

Tints of Columbia Blue #A3DEFA

Color information

#A3DEFA (or 0xA3DEFA) is unknown color: approx Columbia Blue. HEX triplet: A3, DE and FA. RGB value is (163,222,250). Sum of RGB (Red+Green+Blue) = 163+222+250=635 (84% of max value = 765). Red value is 163 (64.06% from 255 or 25.67% from 635); Green value is 222 (87.11% from 255 or 34.96% from 635); Blue value is 250 (98.05% from 255 or 39.37% from 635); Max value from RGB is 250 - color contains mainly: blue. Hex color #A3DEFA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #A3DEFA is #5C2105. Grayscale: #CFCFCF. Windows color (decimal): -6037766 or 16440995. OLE color: 16440995.

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

Color convert

RGB163222250-
CMYK0.350.1100.02
HSL199.31º89.69%80.98%-
HSV(B)199.31º34.8%98.04%-
XYZ58.4866.93100.28-
YUV207.55151.9596.22-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 25.67%
GREEN value IS 222 (87.11% from 255) = 34.96%
BLUE value IS 250 (98.05% from 255) = 39.37%
R=25.67%
G=34.96%
B=39.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632222500.350.1100.02199.3189.6980.98
HexA3DEFA23B02c75a51
Octal243336372431302307132121
Binary10100011110111101111101010001110110101100011110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DEFA; }

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

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

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

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

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

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

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

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